Skip to content

Commit aeba903

Browse files
committed
fixed CI with correct run
1 parent af639f6 commit aeba903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Run tests
4343
run: |
44-
pytest -q
44+
python -m pytest tests/ -v
4545
env:
4646
# reduce noisy deprecation warnings in CI logs
4747
PYTHONWARNINGS: ignore::DeprecationWarning

0 commit comments

Comments
 (0)