Skip to content

Commit b770ed5

Browse files
authored
Add colour to CI logs (#3525)
1 parent 4a8e50e commit b770ed5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check.yaml

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

11+
env:
12+
FORCE_COLOR: 1
13+
1114
concurrency:
1215
group: check-${{ github.ref }}
1316
cancel-in-progress: true

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
env:
77
dists-artifact-name: python-package-distributions
8+
FORCE_COLOR: 1
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)