Skip to content

Commit

Permalink
🎨 Pass explicit --no-color to Pip in CI
Browse files Browse the repository at this point in the history
This won't fix the original problem but is still useful to communicate
the intent. And, maybe it'll be taken into account whenever the fixes
arrive.
  • Loading branch information
webknjaz committed Nov 20, 2023
1 parent f202823 commit c2ab1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
--find-links=./dist
--no-index yarl
--force-reinstall
--no-color
--no-deps
--only-binary=:all:
--dry-run
Expand Down

0 comments on commit c2ab1e9

Please sign in to comment.