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

Update pipeline to use poetry

parent 38aa0385
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!123Poetry
...@@ -73,7 +73,9 @@ variables: ...@@ -73,7 +73,9 @@ variables:
junit: junit.xml junit: junit.xml
before_script: before_script:
# install dependencies # install dependencies
- pipenv install --dev --pre --system - python -m pip install poetry wheel
- poetry config virtualenvs.create false
- poetry install
- which python - which python
image: ${DEVOPS_REGISTRY}usgs/obspy:latest image: ${DEVOPS_REGISTRY}usgs/obspy:latest
script: 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