Skip to content

Commit d940668

Browse files
committed
last fix
1 parent 3327255 commit d940668

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
@@ -690,7 +690,7 @@ jobs:
690690
uv sync --frozen --group testing --no-install-project
691691
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
692692
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__)'
693+
uv run --no-sync python -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
694694
695695
test-builds-os:
696696
name: test build on ${{ matrix.os }}

0 commit comments

Comments
 (0)