Skip to content

Commit 72ed32b

Browse files
committed
Update build.yml
1 parent b262143 commit 72ed32b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ jobs:
126126
update-environment: false
127127

128128
- uses: astral-sh/setup-uv@v5
129-
with:
130-
python-version: "${{ steps.python.outputs.python-path }}"
131129

132130
- name: Setup environment
133-
run: uv pip install pip --group test
131+
run: |
132+
uv venv --python "${{ steps.python.outputs.python-path }}"
133+
uv pip install pip --group test
134134
135135
- uses: actions/download-artifact@v4
136136
with:

0 commit comments

Comments
 (0)