Skip to content

Commit

Permalink
regenerate lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 22, 2024
1 parent a97cb91 commit bf212af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
rm poetry.lock
poetry lock
poetry install --no-interaction --no-root
#----------------------------------------------
# install root project
Expand Down

0 comments on commit bf212af

Please sign in to comment.