Skip to content

Commit

Permalink
Revert "Stop forcing color in CI"
Browse files Browse the repository at this point in the history
This reverts commit 1b33f4b.  Now
the test suite strips `FORCE_COLOR` internally, so it should be fine
to run with colors enabled for nox.
  • Loading branch information
mgorny committed Feb 4, 2024
1 parent 49d233a commit f84d782
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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 f84d782

Please sign in to comment.