Skip to content

Commit

Permalink
Run as module
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrnr committed Nov 18, 2024
1 parent e2ff829 commit 4b3e4c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
run: |
sudo apt-get install -y libsndfile1
- name: Run tests
run: pytest
run: python -m pytest
- name: Check source code format
run: black --check --diff .
run: python -m black --check --diff .

test-deb10-i386:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b3e4c6

Please sign in to comment.