We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe57e0d commit 632bd8aCopy full SHA for 632bd8a
1 file changed
.github/workflows/build.yml
@@ -268,6 +268,9 @@ jobs:
268
version: "27.4"
269
repo-token: ${{ secrets.GITHUB_TOKEN }}
270
271
+ - name: Install dependencies
272
+ run: uv sync --dev --no-install-package datafusion
273
+
274
# Run clippy BEFORE maturin so we can avoid rebuilding. The features must match
275
# exactly the features used by maturin. Linux maturin builds need to happen in a
276
# container so only run this for our mac runner.
@@ -338,6 +341,9 @@ jobs:
338
341
339
342
340
343
344
345
346
347
- name: Build (release mode)
348
run: |
349
uv run --no-project maturin build --release --strip --features substrait
0 commit comments