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