Skip to content

Commit

Permalink
🐛Uncolorize pip JSON report in whl compat cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 20, 2023
1 parent ec24611 commit 180c2b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ jobs:
with:
path: requirements/test.txt
- name: Determine pre-compiled compatible wheel
env:
# 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
id: wheel-file
run: >
echo -n path= | tee -a "${GITHUB_OUTPUT}"
Expand Down

0 comments on commit 180c2b2

Please sign in to comment.