Skip to content

Commit 961285d

Browse files
authored
Use uv --no-progress option when building on arch (#1760)
1 parent c261707 commit 961285d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ jobs:
624624
set -x
625625
curl -LsSf https://astral.sh/uv/install.sh | sh
626626
source $HOME/.local/bin/env
627-
uv sync --frozen --group testing --no-install-project
627+
uv sync --frozen --group testing --no-install-project --no-progress
628628
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
629629
uv run --no-sync pytest --ignore=tests/test_docstrings.py
630630
uv run --no-sync python -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'

0 commit comments

Comments
 (0)