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

PIPELINE: Rename to linkahead for __version__ variable in Python 3.9

parent 08a6fda1
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!80F simple schema export
Pipeline #42162 passed
...@@ -131,7 +131,7 @@ unittest_py39: ...@@ -131,7 +131,7 @@ unittest_py39:
script: script:
# First verify that system Python actually is 3.9 # First verify that system Python actually is 3.9
- python3 -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__)" - python3 -c "import linkahead; print('LinkAhead Version:', linkahead.__version__)"
- tox - tox
unittest_py37: unittest_py37:
......
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