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.
UV_NO_PROGRESS
1 parent 961285d commit b1c9f21Copy full SHA for b1c9f21
.github/workflows/ci.yml
@@ -620,11 +620,13 @@ jobs:
620
apk update
621
apk add python3 py3-pip git curl
622
fi
623
+ env: |
624
+ UV_NO_PROGRESS: '1'
625
run: |
626
set -x
627
curl -LsSf https://astral.sh/uv/install.sh | sh
628
source $HOME/.local/bin/env
- uv sync --frozen --group testing --no-install-project --no-progress
629
+ uv sync --frozen --group testing --no-install-project
630
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
631
uv run --no-sync pytest --ignore=tests/test_docstrings.py
632
uv run --no-sync python -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
0 commit comments