From 7826e7d177a8c3aa71c3b4927512bd2a3e1baf73 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 2 Sep 2026 18:48:19 +0500 Subject: [PATCH] ci: colorful output for pytest --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb6001af8b..673f059f86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,8 @@ jobs: # Colored output for cmake. CLICOLOR_FORCE: "1" CMAKE_COLOR_DIAGNOSTICS: "ON" + # Colored output for pytest. + FORCE_COLOR: "1" steps: - uses: actions/checkout@v7 with: