https://github.com/python/cpython/commit/0cba289870d5cd41f24b2f63b9480e4593aa2330
commit: 0cba289870d5cd41f24b2f63b9480e4593aa2330
branch: main
author: Hugo van Kemenade <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-08-31T15:15:44+01:00
summary:
Enable colour for doctest on GitHub Actions (#123536)
files:
M .github/workflows/reusable-docs.yml
diff --git a/.github/workflows/reusable-docs.yml
b/.github/workflows/reusable-docs.yml
index 4b384f4b3fa602..4b021b3dc32f15 100644
--- a/.github/workflows/reusable-docs.yml
+++ b/.github/workflows/reusable-docs.yml
@@ -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'
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]