Also constrain tox here

This commit is contained in:
Jean-Paul Calderone 2022-12-09 14:07:38 -05:00
parent 13aa000d0b
commit 666cd24c2b

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"