Skip to content

Commit 3c3b2e3

Browse files
committed
deps fix for integration test
1 parent de7a405 commit 3c3b2e3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ reviewers = ['sydney-runkle', 'davidhewitt']
148148
require_change_file = false
149149

150150
[tool.pyright]
151-
include = ['pydantic_core', 'tests/test_typing.py']
151+
include = ['python/pydantic_core', 'tests/test_typing.py']
152152
reportUnnecessaryTypeIgnoreComment = true
153153

154154
[tool.inline-snapshot.shortcuts]

0 commit comments

Comments
 (0)