We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97cb91 commit bf212afCopy full SHA for bf212af
.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