Skip to content

Commit d041027

Browse files
committed
Enable colors in CI logs on Windows
1 parent 0052853 commit d041027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ jobs:
15851585
tox -vv -e ${{ steps.get-envs.outputs.envs }} -p auto
15861586
env:
15871587
TOX_PARALLEL_NO_SPINNER: 1
1588-
PY_COLORS: 0
1588+
FORCE_COLOR: "true"
15891589

15901590
- name: Upload Coverage Artifacts
15911591
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2

0 commit comments

Comments
 (0)