We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c32b79 commit 2a682c9Copy full SHA for 2a682c9
.github/workflows/UnitTesting.yaml
@@ -41,7 +41,7 @@ jobs:
41
python-version: ${{ env[matrix.python-version] }}
42
43
- name: Install tox
44
- run: pip install "tox<=3.27.1" -U tox-factor
+ run: pip install "tox<=3.27.1" -U tox-factor setuptools
45
46
- name: Cache tox environment
47
# Preserves .tox directory between runs for faster installs
0 commit comments