File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,11 +143,10 @@ jobs:
143143 with :
144144 enable-cache : true
145145
146- - name : Install build tooling
147- run : uv pip install maturin
148-
149146 - name : Build Python package
150- run : uv run --no-project maturin build --release --strip --features substrait --interpreter python
147+ run : |
148+ uv sync --dev --no-install-package datafusion
149+ uv run --no-project maturin build --release --strip --features substrait --interpreter python
151150
152151 - name : List Windows wheels
153152 if : matrix.os == 'windows-latest'
@@ -214,11 +213,10 @@ jobs:
214213 with :
215214 enable-cache : true
216215
217- - name : Install build tooling
218- run : uv pip install maturin
219-
220216 - name : Build Python package
221- run : uv run --no-project maturin build --release --strip --features substrait --interpreter python
217+ run : |
218+ uv sync --dev --no-install-package datafusion
219+ uv run --no-project maturin build --release --strip --features substrait --interpreter python
222220
223221 - name : List Mac wheels
224222 run : find target/wheels/
You can’t perform that action at this time.
0 commit comments