Skip to content
Snippets Groups Projects
Verified Commit 177cd0d5 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: Pipeline

parent 26335045
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!171sav/spss converter
Pipeline #51071 passed with warnings
......@@ -166,11 +166,12 @@ unittest_py3.13:
- pip install pytest pytest-cov
# 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 || true
- pip install .[h5_crawler,spss]
# TODO Remove the "!" after 3.13 release, which serves as an xfail
- ! pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-advanced-user-tools.git@dev
- ! pip install .[h5_crawler,spss]
# actual test
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests || true
- ! caosdb-crawler --help
- ! pytest --cov=caosdb -vv ./unittests
inttest:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment