Skip to content

Commit a27d5b2

Browse files
test.yml: Revert to original master
1 parent 1dd4064 commit a27d5b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ jobs:
111111
env:
112112
TOX_SKIP_MISSING_INTERPRETERS: False
113113
# Rich (pip) -- Disable color for windows + pytest
114-
#FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
114+
FORCE_COLOR: ${{ !(startsWith(matrix.os, 'windows-') && startsWith(matrix.toxenv, 'py')) && 1 || 0 }}
115115
# Tox
116116
PY_COLORS: 1
117117
# Python -- Disable argparse help colors (3.14+)
118118
PYTHON_COLORS: 0
119119
# Mypy (see https://github.com/python/mypy/issues/7771)
120120
TERM: xterm-color
121-
#MYPY_FORCE_COLOR: 1
121+
MYPY_FORCE_COLOR: 1
122122
MYPY_FORCE_TERMINAL_WIDTH: 200
123123
# Pytest
124124
PYTEST_ADDOPTS: --color=yes

0 commit comments

Comments
 (0)