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 f2ce8fb commit 3b1e63fCopy full SHA for 3b1e63f
.github/workflows/run-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: astral-sh/setup-uv@v3
29
- name: Install dependencies
30
run: |
31
- uv pip install ".[dev]"
+ uv pip install --system ".[dev]"
32
- name: Install libsndfile
33
if: startsWith(matrix.os, 'ubuntu')
34
0 commit comments