Setting FORCE_COLOR=true does not seem to work (in GH actions at least) #10303
Labels
bug
Something isn't working
cli
Related to the command line interface
good first issue
Good for newcomers
help wanted
Contribution especially encouraged
Setting
FORCE_COLOR=true
does not seem to give colorized output in GitHub actions.Reproducer pipeline job at https://github.com/scop/pytekukko/actions/runs/12620953794/job/35167229162 (the "Install Python dev dependencies" step)
FORCE_COLOR
is set totrue
in the env, and there's noNO_COLOR
orCLICOLOR_FORCE
env vars present--color
arg passed to uv...but the uv output has no color. I tried explicit
export
ofFORCE_COLOR
too, to no avail.Another job at https://github.com/scop/pytekukko/actions/runs/12620965743/job/35167258389 that passes
--color always
does result in color output (again, see the "Install Python dev dependencies" step).This workflow uses the current astral-sh/setup-uv action, so uv is current, too.
The text was updated successfully, but these errors were encountered: