Fix test workflows (again)

Pin to tox v3 for now - in one more place.
This commit is contained in:
medmunds
2022-12-15 16:29:27 -08:00
parent e9f3444daa
commit d37f4ef109

View File

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