From 177cd0d54770acf3298ae7f1dd9641b82aece63f Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Thu, 16 May 2024 11:12:11 +0200 Subject: [PATCH] WIP: Pipeline --- .gitlab-ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9800f9b6..06f8903a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab