Skip to content

Commit 0cbbbcf

Browse files
committed
fix: tweak label build
Dev was installing too much
1 parent 9f21f2a commit 0cbbbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: astral-sh/setup-uv@v3
2020
- uses: Swatinem/rust-cache@v2
2121
- name: Sync dev
22-
run: uv sync --dev
22+
run: uv pip install maturin pytest
2323
- name: Build
2424
run: uv run maturin build -F duckdb-bundled
2525
- name: Install

0 commit comments

Comments
 (0)