-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
bugSomething isn't workingSomething isn't workingcliRelated to the command line interfaceRelated to the command line interfacegood first issueGood for newcomersGood for newcomershelp wantedContribution especially encouragedContribution especially encouraged
Description
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)
- Shows that
FORCE_COLORis set totruein the env, and there's noNO_COLORorCLICOLOR_FORCEenv vars present - Shows that there's no
--colorarg passed to uv
...but the uv output has no color. I tried explicit export of FORCE_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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliRelated to the command line interfaceRelated to the command line interfacegood first issueGood for newcomersGood for newcomershelp wantedContribution especially encouragedContribution especially encouraged