Skip to content

Commit

Permalink
remove rebuild lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Jul 3, 2024
1 parent aa1fda6 commit 0c2c4b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ 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 0c2c4b8

Please sign in to comment.