This commit is contained in:
Simon Alibert 2024-04-09 10:45:58 +02:00
parent d21543eb4f
commit dba0375089
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ jobs:
TMP: ~/tmp TMP: ~/tmp
run: | run: |
mkdir ~/tmp mkdir ~/tmp
poetry install --no-interaction --no-root poetry install --no-interaction --no-root --all-extras
- name: Save cached venv - name: Save cached venv
if: | if: |
@ -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 --all-extras
#---------------------------------------------- #----------------------------------------------
# run tests & coverage # run tests & coverage