You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would work properly on GitHub actions, i.e console.print would give me colored output and console.status messages would be hidden since I am on CI terminal.
After removing color_system='truecolor', I tried setting FORCE_COLOR = 1 env variable in GitHub actions, and mostly things would work smoothly except for the status messages which would print on everyline like:
I used to have console defined like this:
and things like:
would work properly on GitHub actions, i.e
console.print
would give me colored output andconsole.status
messages would be hidden since I am on CI terminal.After removing
color_system='truecolor'
, I tried settingFORCE_COLOR = 1
env variable in GitHub actions, and mostly things would work smoothly except for the status messages which would print on everyline like:Any idea how I can fix this without explicitely having to set
color_system
?The text was updated successfully, but these errors were encountered: