Skip to content

Commit 3b1e63f

Browse files
committed
Install into --system
1 parent f2ce8fb commit 3b1e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: astral-sh/setup-uv@v3
2929
- name: Install dependencies
3030
run: |
31-
uv pip install ".[dev]"
31+
uv pip install --system ".[dev]"
3232
- name: Install libsndfile
3333
if: startsWith(matrix.os, 'ubuntu')
3434
run: |

0 commit comments

Comments
 (0)