We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2df47 commit 3b43ebaCopy full SHA for 3b43eba
.github/workflows/ci.yaml
@@ -68,7 +68,7 @@ jobs:
68
run: uv sync --only-dev
69
- name: Build
70
run: |
71
- maturin build -F duckdb-bundled
+ uv run maturin build -F duckdb-bundled
72
uv pip install target/wheels/stacrs*.whl
73
- name: Test
74
run: uv run pytest
0 commit comments