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 335f3c5 commit 2f7ffb6Copy full SHA for 2f7ffb6
.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: python3 -m pip install tox-gh==0.0.4 tox==4.0.0b2
+ run: python3 -m pip install tox-gh>=1.0.0 tox==4.4.2
32
- name: Run tox
33
run: tox run
0 commit comments