Colorize output of stdlib stubtest in CI (#9379)

This commit is contained in:
Alex Waygood
2022-12-17 21:08:17 +00:00
committed by GitHub
parent 62accb35b8
commit 7a9818e565
2 changed files with 3 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ concurrency:
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
jobs:
stubtest-stdlib:

View File

@@ -17,6 +17,8 @@ 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 }}