Skip to content

Commit 45ef410

Browse files
committed
feat: separate out build from sync
1 parent 43d0c2d commit 45ef410

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ jobs:
2727
- uses: astral-sh/setup-uv@v3
2828
- uses: Swatinem/rust-cache@v2
2929
- name: Sync
30-
run: uv sync
30+
run: uv sync --no-install-project
31+
- name: Build directly with maturin
32+
run: maturin dev --uv
3133
- name: Lint
3234
run: scripts/lint
3335
- name: Test

0 commit comments

Comments
 (0)