summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2022-12-26 15:01:38 +0000
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2022-12-26 15:01:38 +0000
commit1b33f4b944b46f9d8bd6380201ef1e6c33fd944a (patch)
tree5f3cef8d734dbb7710fdf0a2b33631c5e85dc3d7 /.github
parentb7ad4ee389e8b50d64530ca5747ebb580fab7f5d (diff)
downloadpip-1b33f4b944b46f9d8bd6380201ef1e6c33fd944a.tar.gz
Stop forcing color in CI
This affects the output presented in tests that rely on checking for how `rich` errors are presented.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7b48d9443..3b35e93b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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