Update CI

This commit is contained in:
Simon Alibert
2024-03-29 14:05:44 +01:00
parent 8260a7010a
commit c41abc9a72
3 changed files with 23 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ jobs:
TMP: ~/tmp
run: |
mkdir ~/tmp
poetry install --no-interaction --no-root --without dev --extras pusht
poetry install --no-interaction --no-root --without dev --all-extras
- name: Save cached venv
if: |
@@ -106,7 +106,7 @@ jobs:
# install project
#----------------------------------------------
- name: Install project
run: poetry install --no-interaction --without dev --extras pusht
run: poetry install --no-interaction --without dev --all-extras
#----------------------------------------------
# run tests & coverage