Skip to content

Commit f61bc1b

Browse files
committed
Sync
1 parent 9ec5be8 commit f61bc1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
if: startsWith(matrix.os, 'ubuntu')
2828
run: |
2929
sudo apt-get install -y libsndfile1
30+
- name: Install dependencies
31+
run: uv sync --all-extras
3032
- name: Run tests
3133
run: uv run pytest
3234
- name: Check source code format

0 commit comments

Comments
 (0)