This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch run_tests_py312 in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/run_tests_py312 by this push: new 4c74d4701 Enable pytest colors without script -c -e "" wrapper. 4c74d4701 is described below commit 4c74d4701ae8cba569d8aa31a3541ccdedddb95d Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Mon Jul 31 18:49:51 2023 +0200 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 1183e7bd0..87d129acc 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 e3f70249b..aa1389f32 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: