Skip to content
Snippets Groups Projects

update to devops

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -13,11 +13,11 @@ stages:
# Template: Common Python
####
.python:
image: python:3.7.7
image: ${DEVOPS_REGISTRY}usgs/python:3
extends: .dev-tags
before_script:
- curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
- . $HOME/.profile
- . $HOME/.bash_profile
- poetry install
####
Loading