File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9090 uses : astral-sh/setup-uv@v5
9191
9292 - name : Build Python package
93- run : uv run --no-project maturin build --release --strip --features substrait -uv
93+ run : uv run --no-project maturin build --release --strip --features substrait -- uv
9494
9595 - name : List Windows wheels
9696 if : matrix.os == 'windows-latest'
@@ -143,7 +143,7 @@ jobs:
143143 uses : astral-sh/setup-uv@v5
144144
145145 - name : Build Python package
146- run : uv run --no-project maturin build --release --strip --features substrait -uv
146+ run : uv run --no-project maturin build --release --strip --features substrait -- uv
147147
148148 - name : List Mac wheels
149149 run : find target/wheels/
Original file line number Diff line number Diff line change 6464 run : |
6565 uv venv
6666 uv sync --dev --no-install-package datafusion --group docs
67- uv run --no-project maturin develop -uv
67+ uv run --no-project maturin develop -- uv
6868
6969 - name : Build docs
7070 run : |
Original file line number Diff line number Diff line change 8181 RUST_BACKTRACE : 1
8282 run : |
8383 uv sync --dev --no-install-package datafusion
84- uv run --no-project maturin develop -uv
84+ uv run --no-project maturin develop -- uv
8585 uv run --no-project pytest -v .
8686
8787 - name : FFI unit tests
You can’t perform that action at this time.
0 commit comments