diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 9cac42fc7..31bdc4e44 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -19,6 +19,7 @@ concurrency: env: PIP_DISABLE_PIP_VERSION_CHECK: 1 + FORCE_COLOR: 1 jobs: stubtest-stdlib: diff --git a/.github/workflows/stubtest_third_party.yml b/.github/workflows/stubtest_third_party.yml index d21e22690..1da290eae 100644 --- a/.github/workflows/stubtest_third_party.yml +++ b/.github/workflows/stubtest_third_party.yml @@ -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 }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4fe88f087..f73bc0f46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }} diff --git a/.github/workflows/typecheck_typeshed_code.yml b/.github/workflows/typecheck_typeshed_code.yml index 5b04b2074..9eab958ea 100644 --- a/.github/workflows/typecheck_typeshed_code.yml +++ b/.github/workflows/typecheck_typeshed_code.yml @@ -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 }}