Skip to content

Commit

Permalink
[actions] fixed call to audiomodules
Browse files Browse the repository at this point in the history
  • Loading branch information
janscience committed Apr 19, 2024
1 parent c587854 commit 9a33258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runchecks.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install -r requirements.txt
- name: Check modules
run: python3 -m audioio.audiomodules
run: python3 -m src.audioio.audiomodules
shell: bash

- name: Run tests
Expand Down

0 comments on commit 9a33258

Please sign in to comment.