mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
Enable colour for doctest on GitHub Actions (#123536)
This commit is contained in:
parent
5414b97ce2
commit
0cba289870
3
.github/workflows/reusable-docs.yml
vendored
3
.github/workflows/reusable-docs.yml
vendored
@ -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
Block a user