Commit b95ee16d by Randy Döring Committed by Bjorn Neergaard

ci: check lock file

parent 128c528f
...@@ -83,6 +83,9 @@ jobs: ...@@ -83,6 +83,9 @@ jobs:
# Using `timeout` is a safeguard against the Poetry command hanging for some reason. # Using `timeout` is a safeguard against the Poetry command hanging for some reason.
timeout 10s poetry run pip --version || rm -rf .venv timeout 10s poetry run pip --version || rm -rf .venv
- name: Check lock file
run: poetry lock --check
- name: Install dependencies - name: Install dependencies
run: poetry install --with github-actions run: poetry install --with github-actions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment