We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3e4c6 commit 7cffcdaCopy full SHA for 7cffcda
.github/workflows/run-tests.yml
@@ -27,15 +27,14 @@ jobs:
27
uv python install ${{ matrix.python-version }}
28
uv venv
29
uv pip install -e ".[dev]"
30
- source .venv/bin/activate
31
- name: Install libsndfile
32
if: startsWith(matrix.os, 'ubuntu')
33
run: |
34
sudo apt-get install -y libsndfile1
35
- name: Run tests
36
- run: python -m pytest
+ run: uv run pytest
37
- name: Check source code format
38
- run: python -m black --check --diff .
+ run: uv run black --check --diff .
39
40
test-deb10-i386:
41
runs-on: ubuntu-latest
0 commit comments