Skip to content

Commit ed83e30

Browse files
fix
1 parent 527be08 commit ed83e30

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,14 @@ jobs:
126126
run: pixi run -e ${{ matrix.environment }} postinstall
127127
- name: Run unit tests (fast)
128128
run: pixi run -e ${{ matrix.environment }} pytest tests/ --ignore=tests/docs_mcp --color=yes
129+
env:
130+
TTY_COMPATIBLE: "1"
131+
TTY_INTERACTIVE: "0"
129132
- name: Run docs integration tests (slow, uses cached index)
130133
run: pixi run -e ${{ matrix.environment }} pytest tests/docs_mcp --color=yes
134+
env:
135+
TTY_COMPATIBLE: "1"
136+
TTY_INTERACTIVE: "0"
131137

132138
pytest_ui:
133139
name: ui:${{ matrix.environment }}:${{ matrix.os }}

0 commit comments

Comments
 (0)