diff --git a/.github/workflows/stubsabot.yml b/.github/workflows/stubsabot.yml index 60b0457ee..495477e89 100644 --- a/.github/workflows/stubsabot.yml +++ b/.github/workflows/stubsabot.yml @@ -10,6 +10,9 @@ permissions: issues: write pull-requests: write +env: + FORCE_COLOR: 1 + jobs: stubsabot: name: Upgrade stubs with stubsabot diff --git a/.github/workflows/stubtest_third_party.yml b/.github/workflows/stubtest_third_party.yml index 762467055..3e17e2f5b 100644 --- a/.github/workflows/stubtest_third_party.yml +++ b/.github/workflows/stubtest_third_party.yml @@ -14,6 +14,7 @@ permissions: env: PIP_DISABLE_PIP_VERSION_CHECK: 1 FORCE_COLOR: 1 + TERM: xterm-256color # needed for FORCE_COLOR to work on mypy on Ubuntu, see https://github.com/python/mypy/issues/13817 concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}