https://github.com/python/cpython/commit/59a6d48a8953d4a30fb828e4c956887b4db88739 commit: 59a6d48a8953d4a30fb828e4c956887b4db88739 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2024-08-31T14:39:15Z summary:
[3.13] Enable colour for doctest on GitHub Actions (GH-123536) (#123538) Enable colour for doctest on GitHub Actions (GH-123536) (cherry picked from commit 0cba289870d5cd41f24b2f63b9480e4593aa2330) Co-authored-by: Hugo van Kemenade <[email protected]> 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]
