We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8d88c commit 87f3d1bCopy full SHA for 87f3d1b
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: poetry version ${{ env.version }}
32
33
- name: Update lock file
34
- run: poetry lock --no-update
+ run: poetry lock
35
36
- name: Install dependencies
37
run: poetry install --no-root
0 commit comments