diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index adeed06b..0e5322ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,9 @@ jobs: uses: astral-sh/setup-uv@v5 - name: Build Python package - run: uv run --no-project maturin build --release --strip --features substrait --uv + run: | + uv sync --dev --no-install-package datafusion + uv run --no-project maturin build --release --strip --features substrait --uv - name: List Windows wheels if: matrix.os == 'windows-latest' @@ -143,7 +145,9 @@ jobs: uses: astral-sh/setup-uv@v5 - name: Build Python package - run: uv run --no-project maturin build --release --strip --features substrait --uv + run: | + uv sync --dev --no-install-package datafusion + uv run --no-project maturin build --release --strip --features substrait --uv - name: List Mac wheels run: find target/wheels/