This commit is contained in:
Simon Alibert 2024-03-29 12:30:07 +01:00
parent c6002bb88f
commit dfa6cc777f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ jobs:
# install project # install project
#---------------------------------------------- #----------------------------------------------
- name: Install project - name: Install project
run: poetry install --no-interaction run: poetry install --no-interaction --without dev --extras pusht
#---------------------------------------------- #----------------------------------------------
# run tests & coverage # run tests & coverage