Skip to content

Commit 3d71746

Browse files
chg: explicitely run flake8.
1 parent 0582c09 commit 3d71746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
python -m pip install tox setuptools pytest pytest-cov codecov
2626
- name: Build and test with tox.
2727
run: |
28-
tox
28+
tox -vv -e flake8

0 commit comments

Comments
 (0)