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

test

parent e58339ee
No related branches found
No related tags found
No related merge requests found
Pipeline #187476 passed with warnings with stage
in 1 minute and 56 seconds
# keep this in sync with python/base.yml
.py_versions: &py_versions
- "3.8"
- "3.9"
......@@ -28,7 +29,7 @@ py_tests:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: [0, 1]
PYTHON_VERSIONS: ["3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSIONS: *py_versions
allow_failure:
exit_codes: 1
......@@ -41,4 +42,4 @@ py_lint:
matrix:
- PROJECT_ROOT: "test/python-template"
EXIT_CODE: 0
PYTHON_VERSIONS: ["3.8", "3.9", "3.10", "3.11"]
PYTHON_VERSIONS: *py_versions
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