Skip to content
Snippets Groups Projects
Commit e330a826 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 54d860b0
No related branches found
No related tags found
2 merge requests!128Release 0.62.0,!95#118: Set up complete CI/CD pipeline
......@@ -7,7 +7,7 @@ stages:
variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.6"
PYTHON_VERSION: "3.8"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
......@@ -45,7 +45,6 @@ format:
extends:
- .changes
stage: format
image: $DOCKER_IMAGE/3.8:latest
script:
- 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