Skip to content

Commit edfdce8

Browse files
authored
ci: fix pydantic integration test to actually use local core (#1814)
1 parent 13a34ef commit edfdce8

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
@@ -249,7 +249,7 @@ jobs:
249249

250250
# Run pytest with lax xfail because we often add tests to pydantic
251251
# which xfail on a pending release of pydantic-core
252-
- run: uv run pytest --override-ini=xfail_strict=False
252+
- run: uv run --no-sync pytest --override-ini=xfail_strict=False
253253
working-directory: pydantic
254254
env:
255255
PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES: 1

0 commit comments

Comments
 (0)