Skip to content

Commit

Permalink
Use older tox version.
Browse files Browse the repository at this point in the history
See tox-dev/tox#2638 for details.
  • Loading branch information
Michael Howitz committed Dec 8, 2022
1 parent baae70c commit 2c2a98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install "tox < 4"
- name: Test
run: tox -e ${{ matrix.config[1] }}
- name: Coverage
Expand Down

0 comments on commit 2c2a98c

Please sign in to comment.