Skip to content

Commit

Permalink
Pin tox to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja committed Aug 19, 2023
1 parent ade371f commit 9602d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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 9602d8c

Please sign in to comment.