Skip to content
Snippets Groups Projects
Commit 47c97a38 authored by Moul's avatar Moul
Browse files

[ci] #118: Set default Python version to 3.8 for the jobs

- Remove the now useless version statement from the Format job
parent ffbffd02
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ stages: ...@@ -7,7 +7,7 @@ stages:
variables: variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry" DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.5" PYTHON_VERSION: "3.8"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
...@@ -45,7 +45,6 @@ format: ...@@ -45,7 +45,6 @@ format:
extends: extends:
- .changes - .changes
stage: format stage: format
image: $DOCKER_IMAGE/3.8:latest
script: script:
- make check-format - make check-format
......
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