Skip to content

Commit 6557240

Browse files
committed
fix: uv run
1 parent 4164cb5 commit 6557240

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Sync
3030
run: uv sync --no-install-project
3131
- name: Build directly with maturin
32-
run: maturin dev --uv
32+
run: uv run maturin dev --uv
3333
- name: Lint
3434
run: scripts/lint
3535
- name: Test

0 commit comments

Comments
 (0)