Skip to content

Commit 3b65523

Browse files
committed
[ci][Python] Don't truncate Python output
1 parent 92f2314 commit 3b65523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Run tutorials
7474
run: |
75-
pytest -vv -s -rF --show-capture=all test/wheels
75+
pytest --vv --verbosity="4" -rF test/wheels
7676
7777
create-and-upload-wheel-registry:
7878
if: github.event_name != 'pull_request' # The secrets are not available in PR

0 commit comments

Comments
 (0)