Skip to content

Commit 4ddefe5

Browse files
committed
CI: Enable colored output with FORCE_COLOR
1 parent 07289b7 commit 4ddefe5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ defaults:
2626
run:
2727
shell: bash
2828

29+
# Force tox and pytest to use color
30+
env:
31+
FORCE_COLOR: true
32+
2933
concurrency:
3034
group: ${{ github.workflow }}-${{ github.ref }}
3135
cancel-in-progress: true

0 commit comments

Comments
 (0)