From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 31 Aug 2024 14:15:44 +0000 (+0300) Subject: Enable colour for doctest on GitHub Actions (#123536) X-Git-Tag: v3.14.0a1~637 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cba289870d5cd41f24b2f63b9480e4593aa2330;p=thirdparty%2FPython%2Fcpython.git Enable colour for doctest on GitHub Actions (#123536) --- 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'