Skip to content

Commit 29437b3

Browse files
committed
Maturin build doesn't take uv as parameter
1 parent eeb88bd commit 29437b3

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
@@ -92,7 +92,7 @@ jobs:
9292
- name: Build Python package
9393
run: |
9494
uv sync --dev --no-install-package datafusion
95-
uv run --no-project maturin build --release --strip --features substrait --uv
95+
uv run --no-project maturin build --release --strip --features substrait
9696
9797
- name: List Windows wheels
9898
if: matrix.os == 'windows-latest'
@@ -147,7 +147,7 @@ jobs:
147147
- name: Build Python package
148148
run: |
149149
uv sync --dev --no-install-package datafusion
150-
uv run --no-project maturin build --release --strip --features substrait --uv
150+
uv run --no-project maturin build --release --strip --features substrait
151151
152152
- name: List Mac wheels
153153
run: find target/wheels/

0 commit comments

Comments
 (0)