Skip to content

Commit 100aaed

Browse files
committed
Try single command
1 parent 14eaa44 commit 100aaed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
sudo apt-get install -y libsndfile1
4242
- name: Install dependencies
4343
run: |
44-
uv pip install ".[dev]"
45-
uv pip install ${{ matrix.numpy }}
44+
uv pip install ".[dev]" ${{ matrix.numpy }}
4645
- name: Run tests
4746
run: pytest
4847
- name: Check style

0 commit comments

Comments
 (0)