Skip to content

Commit 86a55c8

Browse files
committed
tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes #74.
1 parent 9708c37 commit 86a55c8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ env:
77
# Request colored output from CLI tools supporting it. Different tools
88
# interpret the value differently. For some, just being set is sufficient.
99
# For others, it must be a non-zero integer. For yet others, being set
10-
# to a non-empty value is sufficient.
11-
FORCE_COLOR: -106
10+
# to a non-empty value is sufficient. For tox, it must be one of
11+
# <blank>, 0, 1, false, no, off, on, true, yes. The only enabling value
12+
# in common is "1".
13+
FORCE_COLOR: 1
1214
# MyPy's color enforcement (must be a non-zero number)
1315
MYPY_FORCE_COLOR: -42
1416
# Recognized by the `py` package, dependency of `pytest` (must be "1")

0 commit comments

Comments
 (0)