Skip to content

Commit ed45453

Browse files
committed
enable pytest flags again
1 parent f17eca3 commit ed45453

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
@@ -36,4 +36,4 @@ jobs:
3636
pip install --upgrade --force-reinstall --no-cache-dir --editable=".[test]"
3737
- name: Test with pytest
3838
run: |
39-
pytest pydra_ml/tests/test_classifier.py
39+
pytest -sv pydra_ml/tests/test_classifier.py

0 commit comments

Comments
 (0)