Skip to content

Commit

Permalink
Pin tox to fix CI (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Aug 19, 2023
1 parent ade371f commit 793c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install tox
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
python -m pip install --upgrade 'tox<4.7'
- name: Unit tests
if: "!startsWith(matrix.python-version, 'pypy')"
Expand Down

0 comments on commit 793c2b5

Please sign in to comment.