Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fix: Pin tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmulloy committed Sep 20, 2023
1 parent 1e63257 commit e8d1891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
architecture: x64
- run: rm -f /etc/boto.cfg
- run: pip3 install --upgrade pip setuptools
- run: pip3 install 'tox'
- run: pip3 install 'tox<4.11'
- run: tox -- -n0

- name: Run coverage
Expand Down

0 comments on commit e8d1891

Please sign in to comment.