Skip to content

Commit a0ef00d

Browse files
committed
fix: ci tweaks for bundled
1 parent afdbadf commit a0ef00d

File tree

3 files changed

+709
-648
lines changed

3 files changed

+709
-648
lines changed

.github/workflows/labels.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: astral-sh/setup-uv@v3
2222
- uses: Swatinem/rust-cache@v2
23-
- name: Install maturin
24-
run: |
25-
uv venv
26-
uv pip install maturin
23+
- name: Install dev deps
24+
run: uv sync --no-install-project --only-group dev
2725
- name: Build
2826
run: uv run maturin build -F duckdb-bundled
2927
- name: Install
3028
run: uv pip install target/wheels/*.whl
31-
- name: Sync
32-
run: uv sync --no-install-project --only-group dev
3329
- name: Test
3430
run: uv run pytest

Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)