Skip to content

Commit

Permalink
Fix test workflows
Browse files Browse the repository at this point in the history
Pin to tox v3 for now.
(tox plugins aren't ready for tox v4 yet.)
  • Loading branch information
medmunds committed Dec 15, 2022
1 parent 681a4af commit e9f3444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9f3444

Please sign in to comment.