Merge branch 'use-pipenv-deploy-in-ci' into 'master'

add --deploy flag to pipenv install

Closes #227

See merge request openflexure/openflexure-microscope-server!131
This commit is contained in:
Richard Bowman 2021-06-22 09:55:37 +00:00
commit 826b81f3bf

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: