We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf4d6c commit 691b844Copy full SHA for 691b844
.github/workflows/test.yml
@@ -46,6 +46,7 @@ jobs:
46
python-version: ${{ env[matrix.python-version] }}
47
architecture: 'x64'
48
- name: Install tox
49
+ run: pip install tox==3.27.1
50
run: pip install -U tox-factor
51
- name: Cache tox environment
52
# Preserves .tox directory between runs for faster installs
0 commit comments