Skip to content

Commit b85de3d

Browse files
committed
poetry 2.0 deprecated lock --check
1 parent 011a178 commit b85de3d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ jobs:
6969
- name: Install Poetry
7070
run: pipx install poetry --python $(which python)
7171

72-
- name: Check pyproject.toml
73-
run: poetry check
74-
75-
- name: Check if lockfile is updated
76-
run: poetry lock --check
72+
- name: Check pyproject.toml and lockfile
73+
run: |
74+
poetry check
75+
poetry check --lock

0 commit comments

Comments
 (0)