Skip to content

Commit 84eb33b

Browse files
committed
not cur dir
1 parent 3b7ace0 commit 84eb33b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ jobs:
238238

239239
- name: set up venv
240240
run: |
241-
uv sync --python 3.13 --extra timezone --project pydantic
241+
uv venv --python 3.13
242+
uv sync --extra timezone --project pydantic
242243
uv pip install maturin
243244
uv run bash -c 'cd ../pydantic-core && make build-dev'
244245

0 commit comments

Comments
 (0)