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

PIPELINE: Add rust dependencies for 3.13

parent 2412a464
No related branches found
No related tags found
Loading
Pipeline #49840 passed with warnings
......@@ -167,8 +167,13 @@ unittest_py313:
tags: [docker]
stage: unittest
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
- pip install pynose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py
- pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev
- pip install .
- pytest --cov=caosadvancedtools unittests
# Build the sphinx documentation and make it ready for deployment by Gitlab Pages
# Special job for serving a static website. See https://docs.gitlab.com/ee/ci/yaml/README.html#pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment