Skip to content

Commit 07e7c6d

Browse files
committed
fix: create venv for wheel installation test
1 parent fa2d2a5 commit 07e7c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Install produced wheel
3333
run: |
34-
uv python install 3.12
35-
uv pip install --system dist/*.whl
34+
uv venv
35+
uv pip install dist/*.whl
3636
3737
# - name: Test module --version works using the installed wheel
3838
# run: >

0 commit comments

Comments
 (0)