Skip to content

Commit 2f7ffb6

Browse files
committed
CI: update to tox 4
1 parent 335f3c5 commit 2f7ffb6

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: python3 -m pip install tox-gh==0.0.4 tox==4.0.0b2
31+
run: python3 -m pip install tox-gh>=1.0.0 tox==4.4.2
3232
- name: Run tox
3333
run: tox run

0 commit comments

Comments
 (0)