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

Revert "Update .gitlab-ci.yml file: added rocrate as optional dependency...

Revert "Update .gitlab-ci.yml file: added rocrate as optional dependency during pip install for the test stage"

This reverts commit 45069d75.
parent 45069d75
No related branches found
No related tags found
No related merge requests found
Pipeline #57352 passed with warnings
...@@ -131,7 +131,7 @@ unittest_py3.8: ...@@ -131,7 +131,7 @@ unittest_py3.8:
# TODO: Use f-branch logic here # 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-pylib.git@dev
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev - pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
- pip install .[h5-crawler,spss,rocrate] - pip install .[h5-crawler,spss]
# actual test # actual test
- caosdb-crawler --help - caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests - 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