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 79aa497 commit 1fa927eCopy full SHA for 1fa927e
.github/workflows/CI.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m pip install --upgrade pip
35
pip install --upgrade uv
36
uv sync
37
- uv run maturin develop
+ uv run maturin develop --uv
38
- name: Run tests
39
run: |
40
uv run pytest
0 commit comments