Skip to content

Commit 3327255

Browse files
committed
try last fix for arch tests
1 parent 9aadc42 commit 3327255

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
@@ -689,7 +689,7 @@ jobs:
689689
source $HOME/.local/bin/env
690690
uv sync --frozen --group testing --no-install-project
691691
uv pip install pydantic-core --no-index --no-deps --find-links dist --force-reinstall
692-
uv run pytest --ignore=tests/test_docstrings.py
692+
uv run --no-sync pytest --ignore=tests/test_docstrings.py
693693
uv run -c 'import pydantic_core._pydantic_core; print(pydantic_core._pydantic_core.__version__)'
694694
695695
test-builds-os:

0 commit comments

Comments
 (0)