Skip to content
Snippets Groups Projects
Commit 5741f3d3 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

PIPELINE: Install rust dependencies

parent 704d5234
Branches doc-ci
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!166MAINT: Add support for Python 3.12 and experimental support for 3.13
Pipeline #49844 passed with warnings
......@@ -158,7 +158,19 @@ unittest_py3.13:
tags: [cached-dind]
stage: test
image: python:3.13-rc
script: *python_test_script
script:
# TODO: Replace by '*python_test_script' as soon as 3.13 has been officially released.
- apt update && apt install -y cargo
# install dependencies
- 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
- pip install .[h5-crawler]
# actual test
- caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests
inttest:
tags: [docker]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment