Add color back to CI output (#9276)

This commit is contained in:
Alex Waygood
2022-11-25 15:01:31 +00:00
committed by GitHub
parent 350b3c57da
commit e2ad6fbe62
4 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ concurrency:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
FORCE_COLOR: 1
jobs:
stubtest-stdlib:

View File

@@ -13,6 +13,7 @@ permissions:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
FORCE_COLOR: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

View File

@@ -15,6 +15,7 @@ permissions:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
FORCE_COLOR: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

View File

@@ -17,6 +17,7 @@ permissions:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
FORCE_COLOR: 1
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}