Skip to content

Commit 9baefd3

Browse files
committed
another attempt
1 parent 5bb7b8b commit 9baefd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,11 @@ jobs:
237237
enable-cache: true
238238

239239
- name: create venv
240-
run: uv venv
240+
run: uv venv --python 3.13
241241

242242
- name: set up venv
243243
run: |
244-
uv sync --python 3.13 --project pydantic --extra timezone
244+
uv pip install -r pydantic/pyproject.toml --extra timezone
245245
uv pip install maturin
246246
uv run bash -c 'cd ../pydantic-core && make build-dev'
247247
env:

0 commit comments

Comments
 (0)