Verify lockfile before installation

This commit is contained in:
Brain 2024-09-10 14:52:44 +02:00
parent afe22e13c1
commit 4064a65e63
Signed by untrusted user: Brain
GPG Key ID: EE936E31EE3AEE7A

View File

@ -22,6 +22,7 @@ steps:
commands:
- apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv
- pipenv verify
- pipenv install --dev
- pipenv run flake8
- pipenv run reuse lint