diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cca98de9298ec..4a62863a4169f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,7 @@ jobs: env: TOX_SKIP_MISSING_INTERPRETERS: False # Rich (pip) - FORCE_COLOR: ${{ !matrix.color && 1 || 0 }} + FORCE_COLOR: ${{ !matrix.no_color && 1 || 0 }} # Tox PY_COLORS: 1 # Mypy (see https://github.com/python/mypy/issues/7771)