Skip to content

Commit 5be25dc

Browse files
committed
use uv pip sync
1 parent d61095c commit 5be25dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
**/requirements*.txt
3030
3131
- name: Install the project
32-
run: uv sync
33-
env:
34-
UV_SYSTEM_PYTHON: "true"
32+
run: uv pip sync --system pyproject.toml
3533

3634
- name: Build a binary wheel and a source tarball
3735
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)