Skip to content

Commit 7717fd4

Browse files
committed
Update tox in CI
1 parent 8e4ca1b commit 7717fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
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.0b1
31+
run: python3 -m pip install tox-gh==0.0.4 tox==4.0.0b2
3232
- name: Run tox
33-
run: tox4 run
33+
run: tox run

0 commit comments

Comments
 (0)