From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:39:15 +0000 (+0200) Subject: [3.13] Enable colour for doctest on GitHub Actions (GH-123536) (#123538) X-Git-Tag: v3.13.0rc2~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59a6d48a8953d4a30fb828e4c956887b4db88739;p=thirdparty%2FPython%2Fcpython.git [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 <1324225+hugovk@users.noreply.github.com> --- diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 4b384f4b3fa6..4b021b3dc32f 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'