Skip to content

Commit

Permalink
Install into --system
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Oct 10, 2024
1 parent b192f09 commit d102f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: astral-sh/setup-uv@v3
- name: Install dependencies
run: |
uv pip install ".[dev]"
uv pip install --system ".[dev]"
- name: Install libsndfile
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit d102f2c

Please sign in to comment.