We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-progress
1 parent c261707 commit 961285dCopy full SHA for 961285d
.github/workflows/ci.yml
@@ -624,7 +624,7 @@ jobs:
624
set -x
625
curl -LsSf https://astral.sh/uv/install.sh | sh
626
source $HOME/.local/bin/env
627
- uv sync --frozen --group testing --no-install-project
+ uv sync --frozen --group testing --no-install-project --no-progress
628
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
629
uv run --no-sync pytest --ignore=tests/test_docstrings.py
630
uv run --no-sync python -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
0 commit comments