We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bd46d commit 329e958Copy full SHA for 329e958
.github/workflows/test.yml
@@ -128,8 +128,8 @@ jobs:
128
name: ${{ matrix.name }}
129
env:
130
TOX_SKIP_MISSING_INTERPRETERS: False
131
- # Rich (pip)
132
- FORCE_COLOR: 1
+ # Rich (pip) -- Disable color for windows + pytest
+ FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
133
# Tox
134
PY_COLORS: 1
135
# Mypy (see https://github.com/python/mypy/issues/7771)
0 commit comments