Skip to content

Commit 2e77e36

Browse files
committed
ci: 🔧 Explicitly configure the terminal in CI to avoid issues with assertions on output
1 parent 47dcb6c commit 2e77e36

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/testing.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,7 @@ jobs:
6666
run: poetry install --no-interaction --no-ansi
6767
- name: ⌛ Run tests
6868
run: poetry run pytest
69+
env:
70+
TERM: "dumb"
71+
LINES: "50"
72+
COLUMNS: "120"

0 commit comments

Comments
 (0)