From 3aa42bfcda62b86c566a121eeb5d8cf8bb9ba385 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 12 Jan 2024 12:19:16 +0200 Subject: [PATCH] Force colored output in CI --- .github/workflows/test-and-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index a1289ab..a6690a5 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -52,6 +52,8 @@ jobs: nox --non-interactive --session test --python ${{ matrix.python }} nox --non-interactive --session lint shell: bash + env: + FORCE_COLOR: 1 yakut-release: name: Release Yakut