We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573be92 commit a1b9741Copy full SHA for a1b9741
1 file changed
.github/workflows/python-package.yml
@@ -28,7 +28,6 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
python -m pip install tox
31
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
32
- name: tox
33
34
- tox
+ tox -e code-check
0 commit comments