Skip to content

Commit

Permalink
Enforce tox < 4 to get GHA green again.
Browse files Browse the repository at this point in the history
This is needed until tox-dev/tox#2752 is solved.
  • Loading branch information
Michael Howitz committed Dec 19, 2022
1 parent 5e76ac5 commit 4d956a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-factor
pip install 'tox < 4' tox-factor
- name: Install dependencies (firefox)
if: matrix.browser == 'ff'
run: |
Expand Down

0 comments on commit 4d956a5

Please sign in to comment.