Skip to content
Snippets Groups Projects
Commit 60dc6489 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: string concatenation

parent 8d623f89
No related branches found
No related tags found
No related merge requests found
Pipeline #59702 failed
This commit is part of merge request !211. Comments created here will be created in the context of that merge request.
......@@ -147,8 +147,8 @@ unittest_py3.9:
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@${PYLIB}
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@${ADVANCED}
- pip install .[h5-crawler,spss,rocrate]
- echo "import sys; assert sys.version.startswith('"$PYVER"')"
- python3 -c "import sys; assert sys.version.startswith('"$PYVER"')"
- echo "import sys; assert sys.version.startswith('"+"$PYVER"+"')"
- python3 -c "import sys; assert sys.version.startswith('"+"$PYVER"+"')"
# actual test
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment