Skip to content
Snippets Groups Projects
Commit 8174ee24 authored by florian's avatar florian
Browse files

TST: Check that system Python of base image is 3.9

parent 1d3c2c9c
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...,!60F python versions pipeline
......@@ -129,6 +129,8 @@ unittest_py39:
image: $CI_REGISTRY_IMAGE
needs: [build-testenv]
script:
# First verify that system Python actually is 3.9
- python -c "import sys; assert sys.version.startswith('3.9')"
- python3 -c "import caosdb; print('CaosDB Version:', caosdb.__version__)"
- tox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment