We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33d110 commit eeb88bdCopy full SHA for eeb88bd
1 file changed
.github/workflows/build.yml
@@ -90,7 +90,9 @@ jobs:
90
uses: astral-sh/setup-uv@v5
91
92
- name: Build Python package
93
- run: uv run --no-project maturin build --release --strip --features substrait --uv
+ run: |
94
+ uv sync --dev --no-install-package datafusion
95
+ uv run --no-project maturin build --release --strip --features substrait --uv
96
97
- name: List Windows wheels
98
if: matrix.os == 'windows-latest'
@@ -143,7 +145,9 @@ jobs:
143
145
144
146
147
148
149
150
151
152
- name: List Mac wheels
153
run: find target/wheels/
0 commit comments