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

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2
- name: Install tox-gh-matrix
run: |
python -m pip install tox tox-gh-matrix
python -m pip install 'tox<4' 'tox-gh-matrix<0.2'
python -m tox --version
- name: Generate tox envlist
id: generate-envlist