]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Enable colour for doctest on GitHub Actions (GH-123536) (#123538)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 31 Aug 2024 14:39:15 +0000 (16:39 +0200)
committerGitHub <noreply@github.com>
Sat, 31 Aug 2024 14:39:15 +0000 (14:39 +0000)
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>
.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'