We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14eaa44 commit 100aaedCopy full SHA for 100aaed
1 file changed
.github/workflows/test.yml
@@ -41,8 +41,7 @@ jobs:
41
sudo apt-get install -y libsndfile1
42
- name: Install dependencies
43
run: |
44
- uv pip install ".[dev]"
45
- uv pip install ${{ matrix.numpy }}
+ uv pip install ".[dev]" ${{ matrix.numpy }}
46
- name: Run tests
47
run: pytest
48
- name: Check style
0 commit comments