File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,11 @@ jobs:
236236 with :
237237 enable-cache : true
238238
239- - name : install deps
239+ - name : set up venv
240240 run : |
241- uv sync --python 3.13 --extra timezone
241+ uv sync --python 3.13 --extra timezone pydantic/pyproject.toml
242242 uv pip install maturin
243243 uv run bash -c 'cd ../pydantic-core && make build-dev'
244- working-directory : pydantic
245244
246245 - run : uv --version && uv pip list
247246 working-directory : pydantic
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ reviewers = ['sydney-runkle', 'davidhewitt']
148148require_change_file = false
149149
150150[tool .pyright ]
151- include = [' pydantic_core' , ' tests/test_typing.py' ]
151+ include = [' python/ pydantic_core' , ' tests/test_typing.py' ]
152152reportUnnecessaryTypeIgnoreComment = true
153153
154154[tool .inline-snapshot .shortcuts ]
You can’t perform that action at this time.
0 commit comments