Enable colour for doctest on GitHub Actions (#123536)

This commit is contained in:
Hugo van Kemenade 2024-08-31 17:15:44 +03:00 committed by GitHub
parent 5414b97ce2
commit 0cba289870
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true cancel-in-progress: true
env:
FORCE_COLOR: 1
jobs: jobs:
build_doc: build_doc:
name: 'Docs' name: 'Docs'