Skip to content

Commit 39e141b

Browse files
committed
ci: restore Install dependencies step
1 parent 44b94aa commit 39e141b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ jobs:
9494
submodules: "recursive"
9595

9696
- uses: astral-sh/setup-uv@v7
97+
with:
98+
python-version: "3.9"
99+
100+
- name: Install dependencies
101+
env:
102+
RUST_LOG: trace
103+
run: |
104+
uv venv
105+
uv pip install -e .[all] --verbose
97106
98107
- name: Build source distribution
99108
run: |

0 commit comments

Comments
 (0)