Skip to content
Snippets Groups Projects
Verified Commit 28fcc02e authored by Lars Bilke's avatar Lars Bilke
Browse files

test

parent 9b0c02c6
No related branches found
No related tags found
No related merge requests found
Pipeline #187480 passed with warnings with stage
in 2 minutes and 35 seconds
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
.python-versions:
versions:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
.python-default:
image: python:$PYTHON_VERSIONS
cache:
......@@ -19,4 +26,5 @@ variables:
matrix:
# we test all released and supported versions
# https://devguide.python.org/versions/#supported-versions
- PYTHON_VERSIONS: ["3.8", "3.9", "3.10", "3.11"]
# - PYTHON_VERSIONS: ["3.8", "3.9", "3.10", "3.11"]
- PYTHON_VERSIONS: !reference [.python-versions, versions]
......@@ -14,7 +14,7 @@ py_build:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 0
PYTHON_VERSIONS: *py_versions
PYTHON_VERSIONS: !reference [.python-versions, versions]
py_tests:
before_script:
......
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