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.
lock --check
1 parent 011a178 commit b85de3dCopy full SHA for b85de3d
.github/workflows/test.yml
@@ -69,8 +69,7 @@ jobs:
69
- name: Install Poetry
70
run: pipx install poetry --python $(which python)
71
72
- - name: Check pyproject.toml
73
- run: poetry check
74
-
75
- - name: Check if lockfile is updated
76
- run: poetry lock --check
+ - name: Check pyproject.toml and lockfile
+ run: |
+ poetry check
+ poetry check --lock
0 commit comments