update tests to find script
This commit is contained in:
parent
abdecad935
commit
830f0fb084
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -21,4 +21,4 @@ jobs:
|
|||
- name: Run linter
|
||||
run: flake8 --max-line-length=120 scripts/
|
||||
- name: Run tests
|
||||
run: pytest -v
|
||||
run: python -m pytest -v
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue