Skip to content

Commit 35c017e

Browse files
committed
ci: Add FORCE_COLOR to CI environment
1 parent 6a35ade commit 35c017e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ concurrency:
1616
permissions:
1717
contents: read
1818

19+
env:
20+
# Force tox and pytest to use color
21+
FORCE_COLOR: true
22+
1923
jobs:
2024
build:
2125
if: github.repository == 'nipreps/niworkflows'

0 commit comments

Comments
 (0)