We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc12211 commit b031fd2Copy full SHA for b031fd2
.github/workflows/quality-check.yaml
@@ -63,6 +63,8 @@ jobs:
63
- name: Install dependencies
64
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
65
run: |
66
+ rm poetry.lock
67
+ poetry lock
68
poetry install --no-interaction --no-root
69
#----------------------------------------------
70
# install root project
0 commit comments