1
1
Fork 0
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:
Diego Ramirez 2022-01-25 14:03:15 -06:00 committed by GitHub
parent e752b1a26b
commit 9436e16cf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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