Skip to content

Commit 7cffcda

Browse files
committed
Back to uv run
1 parent 4b3e4c6 commit 7cffcda

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@ jobs:
2727
uv python install ${{ matrix.python-version }}
2828
uv venv
2929
uv pip install -e ".[dev]"
30-
source .venv/bin/activate
3130
- name: Install libsndfile
3231
if: startsWith(matrix.os, 'ubuntu')
3332
run: |
3433
sudo apt-get install -y libsndfile1
3534
- name: Run tests
36-
run: python -m pytest
35+
run: uv run pytest
3736
- name: Check source code format
38-
run: python -m black --check --diff .
37+
run: uv run black --check --diff .
3938

4039
test-deb10-i386:
4140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)