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 4164cb5 commit 6557240Copy full SHA for 6557240
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Sync
30
run: uv sync --no-install-project
31
- name: Build directly with maturin
32
- run: maturin dev --uv
+ run: uv run maturin dev --uv
33
- name: Lint
34
run: scripts/lint
35
- name: Test
0 commit comments