Skip to content

Commit

Permalink
Merge pull request #10830 from DiddiLeija/nox-force-color
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jan 27, 2022
2 parents 1cda23b + 9436e16 commit fdba4c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -11,6 +11,11 @@ on:
schedule:
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC

env:
# The "FORCE_COLOR" variable, when set to 1,
# tells Nox to colorize itself.
FORCE_COLOR: "1"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
Expand Down

0 comments on commit fdba4c2

Please sign in to comment.