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.
webknjaz committed Nov 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -189,6 +189,7 @@ jobs:
--find-links=./dist
--no-index yarl
--force-reinstall
--no-color
--no-deps
--only-binary=:all:
--dry-run

0 comments on commit c2ab1e9

Please sign in to comment.