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

[ci] #177: Set Py3.9 as default where pre-commit is installed

parent 896a1851
No related branches found
No related tags found
2 merge requests!157v1.0.0rc0: merge dev into master,!153#177: Run checks with pre-commit
Pipeline #13048 waiting for manual action
......@@ -6,7 +6,7 @@ stages:
variables:
DOCKER_IMAGE: "registry.duniter.org/docker/python3/poetry"
PYTHON_VERSION: "3.8"
PYTHON_VERSION: "3.9"
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
......@@ -96,12 +96,12 @@ tests-3.7:
tests-3.8:
extends: .tests
tags: [redshift]
variables:
PYTHON_VERSION: "3.8"
tests-3.9:
extends: .tests
tags: [redshift]
variables:
PYTHON_VERSION: "3.9"
release:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment