Skip to content

Commit

Permalink
uv requires two dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer committed Jan 14, 2025
1 parent 49be265 commit 5307acf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ 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 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 +143,7 @@ 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 run --no-project maturin build --release --strip --features substrait --uv

- name: List Mac wheels
run: find target/wheels/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
uv venv
uv sync --dev --no-install-package datafusion --group docs
uv run --no-project maturin develop -uv
uv run --no-project maturin develop --uv
- name: Build docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
RUST_BACKTRACE: 1
run: |
uv sync --dev --no-install-package datafusion
uv run --no-project maturin develop -uv
uv run --no-project maturin develop --uv
uv run --no-project pytest -v .
- name: FFI unit tests
Expand Down

0 comments on commit 5307acf

Please sign in to comment.