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 3327255 commit d940668Copy full SHA for d940668
.github/workflows/ci.yml
@@ -690,7 +690,7 @@ jobs:
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 --no-sync pytest --ignore=tests/test_docstrings.py
693
- uv run -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
+ uv run --no-sync python -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
694
695
test-builds-os:
696
name: test build on ${{ matrix.os }}
0 commit comments