Skip to content

Commit d167a31

Browse files
committed
Try using colors in CI
1 parent d3b4dbb commit d167a31

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/code_quality.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
schedule:
99
- cron: "0 4 * * *"
1010

11+
env:
12+
FORCE_COLOR: 1
13+
PY_COLORS: 1
1114

1215
jobs:
1316
check:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
schedule:
99
- cron: "0 4 * * *"
1010

11+
env:
12+
FORCE_COLOR: 1
13+
PY_COLORS: 1
14+
1115
jobs:
1216
pytest:
1317
name: Unit tests

0 commit comments

Comments
 (0)