Skip to content

Commit bd62df3

Browse files
committed
another top level attempt
1 parent 84eb33b commit bd62df3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

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

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

0 commit comments

Comments
 (0)