From 4c74d4701ae8cba569d8aa31a3541ccdedddb95d Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Mon, 31 Jul 2023 18:49:51 +0200 Subject: [PATCH] Enable pytest colors without script -c -e "" wrapper. --- .github/workflows/integration-tests.yml | 3 +++ .github/workflows/main.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1183e7bd04..87d129acc1 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,6 +16,9 @@ permissions: actions: write # Needed for skip-duplicate-jobs job contents: read +env: + PY_COLORS: "1" + jobs: # Special job which skips duplicate jobs pre_job: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3f70249b6..aa1389f32e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,9 @@ permissions: actions: write # Needed for skip-duplicate-jobs job contents: read +env: + PY_COLORS: "1" + jobs: # Special job which skips duplicate jobs pre_job: