diff options
-rw-r--r-- | .github/workflows/coverage.yml | 1 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5130e3ff..aa740fa5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -18,6 +18,7 @@ defaults: env: PIP_DISABLE_PIP_VERSION_CHECK: 1 + FORCE_COLOR: 1 # Get colored pytest output permissions: contents: read diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index dbc90be3..f343d383 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -18,6 +18,7 @@ defaults: env: PIP_DISABLE_PIP_VERSION_CHECK: 1 COVERAGE_IGOR_VERBOSE: 1 + FORCE_COLOR: 1 # Get colored pytest output permissions: contents: read |