Skip to content

Commit

Permalink
ci: Add FORCE_COLOR to CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 15, 2024
1 parent 6a35ade commit 35c017e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ concurrency:
permissions:
contents: read

env:
# Force tox and pytest to use color
FORCE_COLOR: true

jobs:
build:
if: github.repository == 'nipreps/niworkflows'
Expand Down

0 comments on commit 35c017e

Please sign in to comment.