We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80c7fe1 + 2e77e36 commit 7d3364bCopy full SHA for 7d3364b
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
@@ -65,3 +66,7 @@ jobs:
65
66
run: poetry install --no-interaction --no-ansi
67
- name: ⌛ Run tests
68
run: poetry run pytest
69
+ env:
70
+ TERM: "dumb"
71
+ LINES: "50"
72
+ COLUMNS: "120"
0 commit comments