Skip to content

Commit b262143

Browse files
committed
Update build.yml
1 parent b803861 commit b262143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ jobs:
154154
done
155155
156156
- name: Install SDist
157-
run: uv run pip install --no-binary=ninja $(ls sdist/*.tar.gz)
157+
run: .venv/bin/pip install --no-binary=ninja $(ls sdist/*.tar.gz)
158158

159159
- name: Test installed SDist
160-
run: uv run pip check && uv run pytest ./tests
160+
run: .venv/bin/pip check && .venv/bin/pytest ./tests
161161

162162
check_dist:
163163
name: Check dist

0 commit comments

Comments
 (0)