Skip to content

Commit 7859b60

Browse files
committed
ci: check lock file
(cherry picked from commit b95ee16)
1 parent 9a4bf9f commit 7859b60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ jobs:
8383
# Using `timeout` is a safeguard against the Poetry command hanging for some reason.
8484
timeout 10s poetry run pip --version || rm -rf .venv
8585
86+
- name: Check lock file
87+
run: poetry lock --check
88+
8689
- name: Install dependencies
8790
run: poetry install --with github-actions
8891

0 commit comments

Comments
 (0)