From e14d10ea1070aa79b0828ba772946029dabb0312 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 20 Nov 2023 18:49:25 +0100 Subject: [PATCH] Attempt disabling FORCE_COLOR env var w/ YAML null --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1f8665bf7..e696a7748 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -165,7 +165,7 @@ jobs: # NOTE: When `pip` is forced to colorize output piped into `jq`, # NOTE: the latter can't parse it. So we're disabling it here to # NOTE: override the value set in the workflow globally. - FORCE_COLOR: 0 + FORCE_COLOR: ~ id: wheel-file run: > echo -n path= | tee -a "${GITHUB_OUTPUT}"