fixed coverage stage
This commit is contained in:
parent
9bb8794cd6
commit
402b4cb95d
|
@ -70,7 +70,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
pip install poetry poethepoet
|
||||
poetry install --only test
|
||||
poetry install --with test
|
||||
- name: Check coverage
|
||||
run: poe coverage
|
||||
|
||||
|
|
Loading…
Reference in New Issue