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 a454208 commit 1a28e24Copy full SHA for 1a28e24
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run rust tests
40
run: cargo test --workspace --release
41
- name: Build python package
42
- run: maturin build --release --features abi3
+ run: uv run maturin build --release --features abi3
43
working-directory: ./python
44
- name: Test python package
45
run: uv run python -m unittest test.py
0 commit comments