We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45e25e commit 82c41ccCopy full SHA for 82c41cc
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install dependencies
34
run: |
35
python -m pip install --upgrade pip setuptools wheel
36
- python -m pip install tox tox-gh-actions==2.1.0
+ python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
37
- name: Run test via Tox
38
run: tox --skip-missing-interpreters
39
env:
0 commit comments