mirror of https://github.com/python/cpython
Enable colour for doctest on GitHub Actions (#123536)
This commit is contained in:
parent
5414b97ce2
commit
0cba289870
|
@ -11,6 +11,9 @@ concurrency:
|
|||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
FORCE_COLOR: 1
|
||||
|
||||
jobs:
|
||||
build_doc:
|
||||
name: 'Docs'
|
||||
|
|
Loading…
Reference in New Issue