Also constrain tox here

This commit is contained in:
Jean-Paul Calderone 2022-12-09 14:07:38 -05:00
parent 88ee978d98
commit 6485eb5186
1 changed files with 3 additions and 5 deletions

View File

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