Skip to content

Commit 5bb7b8b

Browse files
committed
venv
1 parent d9238fa commit 5bb7b8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,11 @@ jobs:
236236
with:
237237
enable-cache: true
238238

239+
- name: create venv
240+
run: uv venv
241+
239242
- name: set up venv
240243
run: |
241-
uv venv
242244
uv sync --python 3.13 --project pydantic --extra timezone
243245
uv pip install maturin
244246
uv run bash -c 'cd ../pydantic-core && make build-dev'

0 commit comments

Comments
 (0)