Skip to content

Commit

Permalink
ci: poetry install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Dec 8, 2023
1 parent 385146d commit f40f868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
poetry config virtualenvs.create false
poetry self add poetry-multiproject-plugin
poetry self add poetry-polylith-plugin
- name: Install dependencies
run: |
poetry install
- name: Validate polylith project
run: |
task project-check
Expand Down

0 comments on commit f40f868

Please sign in to comment.