From ef047c20fa8173b93776aa112d1c7d4e31e048a9 Mon Sep 17 00:00:00 2001 From: Fabian Date: Wed, 22 Feb 2023 14:38:53 +0100 Subject: [PATCH] ci: flush python terminal output --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 26111c94..778c8da3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,6 +20,7 @@ on: env: CACHE_NUMBER: 1 # Change this value to manually reset the environment cache + PYTHONUNBUFFERED: 1 # to flush progress bars jobs: build: