Skip to content

Commit 45b98da

Browse files
disable stdout capture
1 parent 163d10b commit 45b98da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: pip install opencv-python scikit-image pytest
6363

6464
- name: Run tests
65-
run: pytest -v tests/test_tf.py
65+
run: pytest -vs tests/test_tf.py
6666

6767
test-torch:
6868
needs: build
@@ -92,7 +92,7 @@ jobs:
9292
pip install --find-links=${{github.workspace}} torchstain
9393
9494
- name: Install test dependencies
95-
run: pip install --no-dependencies opencv-python torchvision scikit-image pytest
95+
run: pip install opencv-python torchvision scikit-image pytest
9696

9797
- name: Run tests
98-
run: pytest -v tests/test_torch.py
98+
run: pytest -vs tests/test_torch.py

0 commit comments

Comments
 (0)