Skip to content

Commit

Permalink
Add deps for build
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 14, 2025
1 parent a33d110 commit eeb88bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit eeb88bd

Please sign in to comment.