Skip to content

Commit 21d0743

Browse files
uv run
1 parent 46a03eb commit 21d0743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737

3838
- name: Install dependencies and build
3939
run: |
40-
uv sync --frozen --group dev
41-
maturin build
40+
uv sync --frozen
41+
uv run maturin build
4242
4343
- name: Run tests
4444
run: cargo test --verbose

0 commit comments

Comments
 (0)