add --deploy flag to pipenv install

This commit is contained in:
Richard 2021-06-03 14:38:22 +01:00
parent 48ff706472
commit 3573c64b94

View file

@ -11,7 +11,7 @@ stages:
- python3 -m venv .venv # NB this does not overwrite an existing cached venv
- source .venv/bin/activate
- pip install pipenv # Should be cached after first run
- pipenv install --dev # Should be cached after first run - will just check packages are present
- pipenv install --dev --deploy # Should be cached after first run - will just check packages are present
cache:
key: "${CI_COMMIT_REF_SLUG}"
paths: