Skip to content

Commit 3b43eba

Browse files
committed
fix: uv run maturin
1 parent 0d2df47 commit 3b43eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: uv sync --only-dev
6969
- name: Build
7070
run: |
71-
maturin build -F duckdb-bundled
71+
uv run maturin build -F duckdb-bundled
7272
uv pip install target/wheels/stacrs*.whl
7373
- name: Test
7474
run: uv run pytest

0 commit comments

Comments
 (0)