File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 9090 uses : astral-sh/setup-uv@v5
9191
9292 - name : Build Python package
93- run : uv run --no-project maturin build --release --strip --features substrait --uv
93+ run : |
94+ uv sync --dev --no-install-package datafusion
95+ uv run --no-project maturin build --release --strip --features substrait --uv
9496
9597 - name : List Windows wheels
9698 if : matrix.os == 'windows-latest'
@@ -143,7 +145,9 @@ jobs:
143145 uses : astral-sh/setup-uv@v5
144146
145147 - name : Build Python package
146- run : uv run --no-project maturin build --release --strip --features substrait --uv
148+ run : |
149+ uv sync --dev --no-install-package datafusion
150+ uv run --no-project maturin build --release --strip --features substrait --uv
147151
148152 - name : List Mac wheels
149153 run : find target/wheels/
You can’t perform that action at this time.
0 commit comments