Skip to content

Commit 1e8f047

Browse files
committed
CI: tox4 is renamed to tox
1 parent 91d464a commit 1e8f047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install tox-gh
2828
run: python -m pip install tox-gh
2929
- name: Setup test suite
30-
run: tox4 r -vv --notest
30+
run: tox r -vv --notest
3131
- name: Run test suite
32-
run: tox4 r --skip-pkg-install
32+
run: tox r --skip-pkg-install
3333
env:
3434
PYTEST_ADDOPTS: "-vv --durations=10"

0 commit comments

Comments
 (0)