summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDiego Ramirez <dr01191115@gmail.com>2022-01-25 14:03:15 -0600
committerGitHub <noreply@github.com>2022-01-25 14:03:15 -0600
commit9436e16cf34ddbcc1630d72e18ab90be43cee59b (patch)
tree8646d84cbbed3a735f4f986fd4382487ea89de43 /.github
parente752b1a26ba927d9f348ecce8b5443d8b50fb5d0 (diff)
downloadpip-9436e16cf34ddbcc1630d72e18ab90be43cee59b.tar.gz
Pass `FORCE_COLOR=1` to the CI, to colorize Nox
This is just a preference, I'm approaching a new Nox ability.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 024ff355d..af13c1896 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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