Skip to content

Commit 5a6bdfc

Browse files
committed
debug: Set the self-hosted pytest workflow to capture tee-sys.
1 parent 32a6b4a commit 5a6bdfc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/uv-pytest-self-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
run: uv sync --all-groups
3939

4040
- name: Run tests using pytest
41-
run: uv run --group test pytest tests/
41+
run: uv run --group test pytest tests/ --capture=tee-sys

src/ollama_downloader/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def get_httpx_client(verify: bool, timeout: float) -> httpx.Client:
5555
trust_env=True,
5656
http2=True,
5757
timeout=timeout,
58-
# Set a custom User-Agent header
5958
headers={"User-Agent": user_agent},
6059
)
6160
return client

0 commit comments

Comments
 (0)