We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527be08 commit ed83e30Copy full SHA for ed83e30
1 file changed
.github/workflows/ci.yml
@@ -126,8 +126,14 @@ jobs:
126
run: pixi run -e ${{ matrix.environment }} postinstall
127
- name: Run unit tests (fast)
128
run: pixi run -e ${{ matrix.environment }} pytest tests/ --ignore=tests/docs_mcp --color=yes
129
+ env:
130
+ TTY_COMPATIBLE: "1"
131
+ TTY_INTERACTIVE: "0"
132
- name: Run docs integration tests (slow, uses cached index)
133
run: pixi run -e ${{ matrix.environment }} pytest tests/docs_mcp --color=yes
134
135
136
137
138
pytest_ui:
139
name: ui:${{ matrix.environment }}:${{ matrix.os }}
0 commit comments