Skip to content

Commit f22c54f

Browse files
committed
fix: create venv
1 parent 87e00b4 commit f22c54f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v4
3636
- uses: astral-sh/setup-uv@v5
37+
- name: Create virtual environment
38+
run: uv venv
3739
- name: Install build
3840
run: uv pip install build
3941
- name: Build

0 commit comments

Comments
 (0)