Colorize third-party stubtest and stubsabot outputs in CI (#9432)

This commit is contained in:
Alex Waygood
2022-12-31 14:22:22 +00:00
committed by GitHub
parent 6c32486971
commit ba54f148ef
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ permissions:
issues: write
pull-requests: write
env:
FORCE_COLOR: 1
jobs:
stubsabot:
name: Upgrade stubs with stubsabot

View File

@@ -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 }}