Skip to content

Commit

Permalink
Use non-broken tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Luthaf committed May 30, 2024
1 parent 1cb9d13 commit 5e99e26
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 @@ -31,7 +31,7 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
pip install "tox <=4.14.0"
- name: run tests
run: tox
- name: run extra checks
Expand Down

0 comments on commit 5e99e26

Please sign in to comment.