We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dcb6c commit 2e77e36Copy full SHA for 2e77e36
1 file changed
.github/workflows/testing.yaml
@@ -66,3 +66,7 @@ jobs:
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