Skip to content

Commit dfa20ca

Browse files
committed
Make Python output on CI unbuffered
1 parent 20ce67b commit dfa20ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
env:
3232
BUILD_WHEEL: ${{ (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12') && 'true' || '' }}
33+
PYTHONUNBUFFERED: "1"
3334

3435
steps:
3536

0 commit comments

Comments
 (0)