Skip to content

Commit

Permalink
F9
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 14, 2024
1 parent c538f23 commit e966557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
env:
TOX_SKIP_MISSING_INTERPRETERS: False
# Rich (pip)
FORCE_COLOR: ${{ !matrix.no_color && 1 || 0 }}
FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && matrix.toxenv == 'py') && 1 || 0 }}
# Tox
PY_COLORS: 1
# Mypy (see https://github.com/python/mypy/issues/7771)
Expand Down

0 comments on commit e966557

Please sign in to comment.