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.
1 parent 9aadc42 commit 3327255Copy full SHA for 3327255
.github/workflows/ci.yml
@@ -689,7 +689,7 @@ jobs:
689
source $HOME/.local/bin/env
690
uv sync --frozen --group testing --no-install-project
691
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
692
- uv run pytest --ignore=tests/test_docstrings.py
+ uv run --no-sync pytest --ignore=tests/test_docstrings.py
693
uv run -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
694
695
test-builds-os:
0 commit comments