Skip to content

Commit

Permalink
Use tox<4.0 due to breaking changes for github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Dec 15, 2022
1 parent d0450f1 commit fe248b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
run: |
sudo apt-get -y update
sudo apt-get -y install build-essential netbase
pip install tox
pip install "tox<4.0"
- name: Run Tox
run: tox -e py3,functional-py3

0 comments on commit fe248b9

Please sign in to comment.