Skip to content

Commit a1b9741

Browse files
committed
tox: run only code-check
1 parent 573be92 commit a1b9741

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install tox
31-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3231
- name: tox
3332
run: |
34-
tox
33+
tox -e code-check

0 commit comments

Comments
 (0)