fix: missing command for testing in ci
This commit is contained in:
parent
6228e1062e
commit
31e7705232
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -98,4 +98,4 @@ jobs:
|
||||||
|
|
||||||
- name: Validate Custom Input File
|
- name: Validate Custom Input File
|
||||||
run: |
|
run: |
|
||||||
pytest
|
poetry run python -m pytest
|
||||||
|
|
Loading…
Reference in a new issue