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