Skip to content

Commit 3206721

Browse files
committed
Revert "fix: dev?"
This reverts commit 73da3ec.
1 parent 73da3ec commit 3206721

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
@@ -67,6 +67,8 @@ jobs:
6767
- name: Sync only dev
6868
run: uv sync --only-dev
6969
- name: Build
70-
run: uv run maturin dev -F duckdb-bundled
70+
run: |
71+
uv run maturin build -F duckdb-bundled
72+
uv pip install target/wheels/stacrs*.whl
7173
- name: Test
7274
run: uv run pytest

0 commit comments

Comments
 (0)