From 9d5cb9bdf54950b233ea8e467a6731c315aa6848 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Fri, 13 Oct 2023 18:50:13 +0200 Subject: [PATCH] PIPELINE: Rename to linkahead for __version__ variable in Python 3.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b3e13ab..d2abdcd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ unittest_py39: script: # First verify that system Python actually is 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 unittest_py37: -- GitLab