Skip to content

Commit 2909071

Browse files
authored
Add test color support to gha (#6)
1 parent e59a608 commit 2909071

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches:
88
- main
99

10+
env:
11+
FORCE_COLOR: "1" # Make tools pretty.
12+
PIP_DISABLE_PIP_VERSION_CHECK: "1"
13+
PIP_NO_PYTHON_VERSION_WARNING: "1"
1014

1115
jobs:
1216
python:

0 commit comments

Comments
 (0)