We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec5be8 commit f61bc1bCopy full SHA for f61bc1b
.github/workflows/run-tests.yml
@@ -27,6 +27,8 @@ jobs:
27
if: startsWith(matrix.os, 'ubuntu')
28
run: |
29
sudo apt-get install -y libsndfile1
30
+ - name: Install dependencies
31
+ run: uv sync --all-extras
32
- name: Run tests
33
run: uv run pytest
34
- name: Check source code format
0 commit comments