Skip to content

Commit

Permalink
Add major version constraint on tox
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt authored Dec 14, 2021
1 parent caf957a commit bbc9b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install tox
pip install "tox<4.0.0"
- name: Check code quality with flake8
run: tox -e flake8

0 comments on commit bbc9b36

Please sign in to comment.