Skip to content

Commit

Permalink
force recreate lock
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentadam87 committed Apr 20, 2024
1 parent 2ca5856 commit f2a0529
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/quality-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ jobs:
# install root project
#----------------------------------------------
- name: Install library
run: poetry install --no-interaction
run: |
rm poetry.lock
poetry lock
poetry install --no-interaction
#----------------------------------------------
# run test suite
#----------------------------------------------
Expand Down

0 comments on commit f2a0529

Please sign in to comment.