Skip to content

Commit f7d8a1d

Browse files
committed
suppress stdout capture
1 parent 166116d commit f7d8a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
MPLBACKEND: TkAgg
3737
run: |
38-
pytest --ignore=W605 --timeout=50 --timeout_method=thread
38+
pytest -s --ignore=W605 --timeout=50 --timeout_method=thread
3939
4040
codecov:
4141
# If all tests pass:

0 commit comments

Comments
 (0)