We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ce67b commit dfa20caCopy full SHA for dfa20ca
.github/workflows/test.yml
@@ -30,6 +30,7 @@ jobs:
30
31
env:
32
BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12') && 'true' || '' }}
33
+ PYTHONUNBUFFERED: "1"
34
35
steps:
36
0 commit comments