Skip to content

Commit 1fa927e

Browse files
Ravencentricdanhje
authored andcommitted
fix: uv in ci
1 parent 79aa497 commit 1fa927e

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
@@ -34,7 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install --upgrade uv
3636
uv sync
37-
uv run maturin develop
37+
uv run maturin develop --uv
3838
- name: Run tests
3939
run: |
4040
uv run pytest

0 commit comments

Comments
 (0)