We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e43df9 commit 93311b2Copy full SHA for 93311b2
.github/workflows/main.yaml
@@ -42,7 +42,7 @@ jobs:
42
pip install .[dev]
43
- name: Testing with pytest
44
run: |
45
- python -m pytest . -s
+ python -m pytest ./tests -s -v
46
- name: Linting with flake8
47
48
python -m flake8 ./ptflops ./tests ./samples
0 commit comments