Also constrain tox here

This commit is contained in:
Jean-Paul Calderone 2022-12-09 14:07:38 -05:00
parent 88ee978d98
commit 6485eb5186

View File

@ -133,10 +133,10 @@ jobs:
steps:
- "checkout"
- run:
- run: &INSTALL_TOX
name: "Install tox"
command: |
pip install --user tox
pip install --user 'tox~=3.0'
- run:
name: "Static-ish code checks"
@ -152,9 +152,7 @@ jobs:
- "checkout"
- run:
name: "Install tox"
command: |
pip install --user tox
<<: *INSTALL_TOX
- run:
name: "Make PyInstaller executable"