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

FIX: Typo

parent d934e49e
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
......@@ -130,7 +130,7 @@ unittest_py39:
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 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