Skip to content
Snippets Groups Projects
Commit c558ca17 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Check python version in unittests

parent f17d4bd3
No related branches found
No related tags found
No related merge requests found
Pipeline #51997 passed
......@@ -69,6 +69,7 @@ unittest_py3.11:
stage: test
image: $CI_REGISTRY_IMAGE
script:
- python3 -c "import sys; assert sys.version.startswith('3.11')"
- tox
unittest_py3.8:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment