Skip to content

Commit b0f3e62

Browse files
committed
controlling venv?
1 parent bd62df3 commit b0f3e62

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 venv --python 3.13 --extra timezone --project pydantic ./.venv
241+
uv venv --python 3.13 --project pydantic ./.venv
242+
uv sync --extra timezone
242243
uv pip install maturin
243244
uv run bash -c 'cd ../pydantic-core && make build-dev'
244245

0 commit comments

Comments
 (0)