Skip to content

Commit

Permalink
Stop forcing color in CI
Browse files Browse the repository at this point in the history
This affects the output presented in tests that rely on checking for how
`rich` errors are presented.
  • Loading branch information
pradyunsg committed Dec 26, 2022
1 parent b7ad4ee commit 1b33f4b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ 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 1b33f4b

Please sign in to comment.