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 89317b1 commit 044497dCopy full SHA for 044497d
.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.3 tox==4.0.0a9
+ run: python3 -m pip install tox-gh==0.0.4 tox==4.0.0b1
32
- name: Run tox
33
run: tox4 run
0 commit comments