Skip to content

Commit 82c41cc

Browse files
authored
ci: Fix testing dependencies (#936)
1 parent a45e25e commit 82c41cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip setuptools wheel
36-
python -m pip install tox tox-gh-actions==2.1.0
36+
python -m pip install 'tox<4.0.0' 'tox-gh-actions==2.12.0'
3737
- name: Run test via Tox
3838
run: tox --skip-missing-interpreters
3939
env:

0 commit comments

Comments
 (0)