Skip to content

Commit 7a0ec40

Browse files
committed
Pin tox-gh and tox versions for CI
They are both still unstable.
1 parent 8680673 commit 7a0ec40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Update pip
2929
run: python -m pip install -U pip
3030
- name: Install tox-gh
31-
run: python -m pip install tox-gh
31+
run: python3 -m pip install tox-gh==0.0.3 tox==4.0.0a9
3232
- name: Run tox
3333
run: tox4 run

0 commit comments

Comments
 (0)