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 f17eca3 commit ed45453Copy full SHA for ed45453
.github/workflows/ci.yml
@@ -36,4 +36,4 @@ jobs:
36
pip install --upgrade --force-reinstall --no-cache-dir --editable=".[test]"
37
- name: Test with pytest
38
run: |
39
- pytest pydra_ml/tests/test_classifier.py
+ pytest -sv pydra_ml/tests/test_classifier.py
0 commit comments