Skip to content

Commit 8f60dfc

Browse files
authored
Change the tox command of the PR.
Change the tox command of the PR action.
1 parent 63991be commit 8f60dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pip install tox
2525
- name: Run Tox
2626
run: |
27-
tox -e release
27+
tox
2828
reuse:
2929
runs-on: ubuntu-latest
3030
steps:

0 commit comments

Comments
 (0)