From 925fbb4c250ece263589a804cd27267edeb2b961 Mon Sep 17 00:00:00 2001 From: Silia Taider Date: Tue, 11 Nov 2025 17:12:30 +0100 Subject: [PATCH] [ci][Python] Don't truncate Python output --- .github/workflows/python_wheel_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_wheel_build.yml b/.github/workflows/python_wheel_build.yml index f5d62b4c9b484..71b9078e8d624 100644 --- a/.github/workflows/python_wheel_build.yml +++ b/.github/workflows/python_wheel_build.yml @@ -72,7 +72,7 @@ jobs: - name: Run tutorials run: | - pytest -vv -s -rF --show-capture=all test/wheels + pytest -vv --verbosity="4" -rF test/wheels create-and-upload-wheel-registry: if: github.event_name != 'pull_request' # The secrets are not available in PR