We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c7fe1 commit 47dcb6cCopy full SHA for 47dcb6c
1 file changed
.github/workflows/testing.yaml
@@ -22,6 +22,7 @@ env:
22
TERM: xterm
23
VENV_PATH: .venv
24
PYTHON_VERSION: "3.11"
25
+ FORCE_COLOR: "1" # Force color output in CI
26
27
jobs:
28
# Verifies pep8, pyflakes and circular complexity
0 commit comments