Skip to content

Commit 928e9a8

Browse files
committed
Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jaraco/skeleton#89.
1 parent a6256e2 commit 928e9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
# Ensure tests can sense settings about the environment
1818
TOX_OVERRIDE: >-
19-
testenv.pass_env+=GITHUB_*
19+
testenv.pass_env+=GITHUB_*,FORCE_COLOR
2020
2121
2222
jobs:

0 commit comments

Comments
 (0)