Skip to content
Snippets Groups Projects
Commit 47b8f34f authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Remove site-packages option, installing into system

parent 8d92b359
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!62Remove jupyter
......@@ -73,7 +73,7 @@ variables:
junit: junit.xml
before_script:
# install dependencies
- pipenv --site-packages install --deploy --dev --pre --system
- pipenv install --deploy --dev --pre --system
- which python
image: ${DEVOPS_REGISTRY}usgs/obspy:latest
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment