chore: use --all-extras flag in poetry install

This commit is contained in:
Benex254
2024-09-22 22:31:35 +03:00
parent c208dc3579
commit 249243aeb4
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ jobs:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install
run: poetry install --all-extras
- name: build app
run: poetry build
- name: Archive production artifacts

View File

@@ -30,7 +30,7 @@ jobs:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install
run: poetry install --all-extras
- name: run linter, formatters and sort imports
run: |
poetry run black .