Skip to content

Commit

Permalink
ci: check lock file
Browse files Browse the repository at this point in the history
(cherry picked from commit b95ee16)
  • Loading branch information
radoering committed Dec 18, 2022
1 parent 9a4bf9f commit 7859b60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
# Using `timeout` is a safeguard against the Poetry command hanging for some reason.
timeout 10s poetry run pip --version || rm -rf .venv
- name: Check lock file
run: poetry lock --check

- name: Install dependencies
run: poetry install --with github-actions

Expand Down

0 comments on commit 7859b60

Please sign in to comment.