diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index edcd51a..2b6df92 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -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: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4483005..ee2e7f2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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