mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
Pass FORCE_COLOR=1
to the CI, to colorize Nox
This is just a preference, I'm approaching a new Nox ability.
This commit is contained in:
parent
e752b1a26b
commit
9436e16cf3
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue