File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -243,19 +243,20 @@ jobs:
243
243
run : |
244
244
uv pip install -r pydantic/pyproject.toml --extra timezone
245
245
uv pip install maturin
246
- make build-dev
247
246
env :
248
247
UV_PROJECT_ENVIRONMENT : .venv
249
248
249
+ - name : install pydantic-core
250
+ run : make build-dev
251
+
250
252
- run : uv --version && uv pip list
251
253
252
254
# Run pytest with lax xfail because we often add tests to pydantic
253
255
# which xfail on a pending release of pydantic-core
254
- - run : uv run pytest --override-ini=xfail_strict=False
255
- working-directory : pydantic
256
+ - run : uv run pytest --override-ini=xfail_strict=False pydantic/tests
256
257
env :
257
258
PYDANTIC_PRIVATE_ALLOW_UNHANDLED_SCHEMA_TYPES : 1
258
- UV_PROJECT_ENVIRONMENT : ../. venv
259
+ UV_PROJECT_ENVIRONMENT : .venv
259
260
260
261
lint :
261
262
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments