Skip to content

Commit 1a28e24

Browse files
committed
uv run maturin build
1 parent a454208 commit 1a28e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run rust tests
4040
run: cargo test --workspace --release
4141
- name: Build python package
42-
run: maturin build --release --features abi3
42+
run: uv run maturin build --release --features abi3
4343
working-directory: ./python
4444
- name: Test python package
4545
run: uv run python -m unittest test.py

0 commit comments

Comments
 (0)