From b3e77cbff58379953a019d7b2dbe334f00037a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 14 Apr 2023 20:07:16 +0200 Subject: [PATCH] Update python version in gitlab-ci --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 31104b3..e438835 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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