Skip to content

Commit 8678012

Browse files
committed
Update workflow
1 parent fb3aa21 commit 8678012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ jobs:
4545
python -m pytest . -s
4646
- name: Linting with flake8
4747
run: |
48-
python -m flake8 .
49-
python -m isort -rc --check-only --diff ./ptflops ./tests
48+
python -m flake8 ./ptflops ./tests ./samples
49+
python -m isort -rc --check-only --diff ./ptflops ./tests ./samples

0 commit comments

Comments
 (0)