Skip to content

Commit

Permalink
ci: Fix testing dependencies (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenverCoder1 authored Dec 26, 2022
1 parent a45e25e commit 82c41cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install tox tox-gh-actions==2.1.0
python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
- name: Run test via Tox
run: tox --skip-missing-interpreters
env:
Expand Down

0 comments on commit 82c41cc

Please sign in to comment.