Skip to content
Snippets Groups Projects
Commit 9265fbcf authored by florian's avatar florian
Browse files

FIX: Python version in unittest pipeline

parent 14271a64
No related branches found
No related tags found
2 merge requests!65DOC: Added CITATION.cff to the list of files in the release guide where the...,!62F py311
Pipeline #32067 failed
...@@ -150,10 +150,10 @@ unittest_py310: ...@@ -150,10 +150,10 @@ unittest_py310:
image: python:3.10 image: python:3.10
script: *python_test_script script: *python_test_script
unittest_py310: unittest_py311:
tags: [docker] tags: [docker]
stage: unittest stage: unittest
image: python:3.10 image: python:3.11
script: *python_test_script script: *python_test_script
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages # Build the sphinx documentation and make it ready for deployment by Gitlab Pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment