CI fix
This commit is contained in:
parent
c6002bb88f
commit
dfa6cc777f
|
@ -106,7 +106,7 @@ jobs:
|
|||
# install project
|
||||
#----------------------------------------------
|
||||
- name: Install project
|
||||
run: poetry install --no-interaction
|
||||
run: poetry install --no-interaction --without dev --extras pusht
|
||||
|
||||
#----------------------------------------------
|
||||
# run tests & coverage
|
||||
|
|
Loading…
Reference in New Issue