Fix test workflows

Pin to tox v3 for now.
(tox plugins aren't ready for tox v4 yet.)
This commit is contained in:
medmunds
2022-12-15 09:54:44 -08:00
parent 681a4afe6b
commit e9f3444daa
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
run: |
set -x
python --version
pip install tox
pip install 'tox<4'
tox --version
- name: Test ${{ matrix.config.tox }}
run: |