Skip to content

Commit 73da3ec

Browse files
committed
fix: dev?
1 parent 895a158 commit 73da3ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ jobs:
6767
- name: Sync only dev
6868
run: uv sync --only-dev
6969
- name: Build
70-
run: |
71-
uv run maturin build -F duckdb-bundled
72-
uv pip install target/wheels/stacrs*.whl
70+
run: uv run maturin dev -F duckdb-bundled
7371
- name: Test
7472
run: uv run pytest

0 commit comments

Comments
 (0)