Skip to content

Commit 4b3e4c6

Browse files
committed
Run as module
1 parent e2ff829 commit 4b3e4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
run: |
3434
sudo apt-get install -y libsndfile1
3535
- name: Run tests
36-
run: pytest
36+
run: python -m pytest
3737
- name: Check source code format
38-
run: black --check --diff .
38+
run: python -m black --check --diff .
3939

4040
test-deb10-i386:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)