Skip to content

Commit 93311b2

Browse files
committed
Update pytest run command
1 parent 1e43df9 commit 93311b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install .[dev]
4343
- name: Testing with pytest
4444
run: |
45-
python -m pytest . -s
45+
python -m pytest ./tests -s -v
4646
- name: Linting with flake8
4747
run: |
4848
python -m flake8 ./ptflops ./tests ./samples

0 commit comments

Comments
 (0)