Skip to content

Commit 662d232

Browse files
committed
Fix test_outstream
1 parent 7a18189 commit 662d232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
143143
- name: Run the tests
144144
timeout-minutes: 15
145-
run: pytest -W default -vv
145+
run: pytest -W default -vv -s -k test_outstream
146146

147147
test_miniumum_versions:
148148
name: Test Minimum Versions

0 commit comments

Comments
 (0)