Skip to content

Commit

Permalink
Pin tox to <4
Browse files Browse the repository at this point in the history
Fixes #155
  • Loading branch information
moggers87 committed Sep 18, 2021
1 parent cab413c commit 341d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
run: pip install tox tox-gh-actions
run: pip install "tox<4" tox-gh-actions
- name: Run tox
run: tox
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 341d0a6

Please sign in to comment.