Skip to content

Commit b031fd2

Browse files
committed
revert lock rewrite
1 parent fc12211 commit b031fd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality-check.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- name: Install dependencies
6464
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
6565
run: |
66+
rm poetry.lock
67+
poetry lock
6668
poetry install --no-interaction --no-root
6769
#----------------------------------------------
6870
# install root project

0 commit comments

Comments
 (0)