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 163d10b commit 45b98daCopy full SHA for 45b98da
.github/workflows/tests.yml
@@ -62,7 +62,7 @@ jobs:
62
run: pip install opencv-python scikit-image pytest
63
64
- name: Run tests
65
- run: pytest -v tests/test_tf.py
+ run: pytest -vs tests/test_tf.py
66
67
test-torch:
68
needs: build
@@ -92,7 +92,7 @@ jobs:
92
pip install --find-links=${{github.workspace}} torchstain
93
94
- name: Install test dependencies
95
- run: pip install --no-dependencies opencv-python torchvision scikit-image pytest
+ run: pip install opencv-python torchvision scikit-image pytest
96
97
98
- run: pytest -v tests/test_torch.py
+ run: pytest -vs tests/test_torch.py
0 commit comments