Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛🧪 Unset
FORCE_COLOR
on Bash level @ CI
This is a hack to work around the inability of `Rich` -- and by extension `pip` -- to allow overriding a `FORCE_COLOR` environment variable, made available globally. The following **doesn't** actually work: $ NO_COLOR=1 FORCE_COLOR= python -m pip install yarl --no-color --dry-run --no-deps --report - --quiet | jq --raw-output .install[].download_info.url Ref: Textualize/rich#2622
- Loading branch information
f202823
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue filed: pypa/pip#12405.