]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Enable colour for doctest on GitHub Actions (#123536)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sat, 31 Aug 2024 14:15:44 +0000 (17:15 +0300)
committerGitHub <noreply@github.com>
Sat, 31 Aug 2024 14:15:44 +0000 (15:15 +0100)
.github/workflows/reusable-docs.yml

index 4b384f4b3fa6023e86c4c996fd913970d35e5a21..4b021b3dc32f154bca64785195c6f23823bbe1bf 100644 (file)
@@ -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'