File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Install dependencies
3737 uses : astral-sh/setup-uv@v5
38- with :
39- enable-cache : true
4038
4139 # Update output format to enable automatic inline annotations.
4240 - name : Run Ruff
9189
9290 - name : Install dependencies and build
9391 uses : astral-sh/setup-uv@v5
94- with :
95- enable-cache : true
9692
9793 - name : Build Python package
9894 run : uv run maturin build --release --strip --features substrait
@@ -146,8 +142,6 @@ jobs:
146142
147143 - name : Install dependencies and build
148144 uses : astral-sh/setup-uv@v5
149- with :
150- enable-cache : true
151145
152146 - name : Build Python package
153147 run : uv run maturin build --release --strip --features substrait
Original file line number Diff line number Diff line change 5959
6060 - name : Install dependencies and build
6161 uses : astral-sh/setup-uv@v5
62- with :
63- enable-cache : true
6462
6563 - name : Build docs
6664 run : |
Original file line number Diff line number Diff line change 7373
7474 - name : Install dependencies and build
7575 uses : astral-sh/setup-uv@v5
76- with :
77- enable-cache : true
7876
7977 - name : Run tests
8078 env :
You can’t perform that action at this time.
0 commit comments