Skip to content
Snippets Groups Projects
Commit 45069d75 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

Update .gitlab-ci.yml file: added rocrate as optional dependency during pip...

Update .gitlab-ci.yml file: added rocrate as optional dependency during pip install for the test stage
parent 49322edd
No related branches found
No related tags found
No related merge requests found
Pipeline #57350 passed with warnings
......@@ -131,7 +131,7 @@ unittest_py3.8:
# TODO: Use f-branch logic here
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
- pip install .[h5-crawler,spss]
- pip install .[h5-crawler,spss,rocrate]
# 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