Skip to content

Commit

Permalink
Attempt disabling FORCE_COLOR env var w/ YAML null
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 20, 2023
1 parent 11276e0 commit e14d10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit e14d10e

Please sign in to comment.