mirror of
https://github.com/gsi-upm/soil
synced 2024-11-13 23:12:28 +00:00
Update python version in gitlab-ci
This commit is contained in:
parent
05748a3250
commit
b3e77cbff5
@ -20,7 +20,7 @@ docker:
|
||||
test:
|
||||
tags:
|
||||
- docker
|
||||
image: python:3.7
|
||||
image: python:3.8
|
||||
stage: test
|
||||
script:
|
||||
- pip install -r requirements.txt -r test-requirements.txt
|
||||
@ -31,7 +31,7 @@ push_pypi:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
image: python:3.7
|
||||
image: python:3.8
|
||||
stage: publish
|
||||
script:
|
||||
- echo $CI_COMMIT_TAG > soil/VERSION
|
||||
@ -44,7 +44,7 @@ check_pypi:
|
||||
- tags
|
||||
tags:
|
||||
- docker
|
||||
image: python:3.7
|
||||
image: python:3.8
|
||||
stage: check_published
|
||||
script:
|
||||
- pip install soil==$CI_COMMIT_TAG
|
||||
|
Loading…
Reference in New Issue
Block a user