We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8680673 commit 7a0ec40Copy full SHA for 7a0ec40
.github/workflows/tox.yml
@@ -28,6 +28,6 @@ jobs:
28
- name: Update pip
29
run: python -m pip install -U pip
30
- name: Install tox-gh
31
- run: python -m pip install tox-gh
+ run: python3 -m pip install tox-gh==0.0.3 tox==4.0.0a9
32
- name: Run tox
33
run: tox4 run
0 commit comments