Skip to content

Commit

Permalink
tox: run only code-check
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Jul 4, 2021
1 parent 573be92 commit a1b9741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install tox
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: tox
run: |
tox
tox -e code-check

0 comments on commit a1b9741

Please sign in to comment.