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