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:
commit
826b81f3bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue