Skip to content

Commit 1bd57fb

Browse files
committed
debugging
1 parent a47351b commit 1bd57fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_tests_mac.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Run pytest
5757
shell: bash -el {0}
58-
run: pytest -n auto --capture=sys -v Tests/
58+
run: pytest -s -n auto --capture=sys -v Tests/
5959

6060
test-macos-13:
6161
defaults:
@@ -106,4 +106,4 @@ jobs:
106106
107107
- name: Run pytest
108108
shell: bash -el {0}
109-
run: pytest -n auto --capture=sys -v Tests/
109+
run: pytest -s -n auto --capture=sys -v Tests/

0 commit comments

Comments
 (0)