We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f21f2a commit 0cbbbcfCopy full SHA for 0cbbbcf
.github/workflows/labels.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: astral-sh/setup-uv@v3
20
- uses: Swatinem/rust-cache@v2
21
- name: Sync dev
22
- run: uv sync --dev
+ run: uv pip install maturin pytest
23
- name: Build
24
run: uv run maturin build -F duckdb-bundled
25
- name: Install
0 commit comments