From 3a23058149b100e30eadab60c448188dd0ea2b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 10 Jan 2025 11:33:58 +0100 Subject: [PATCH] Revert "TST: allow pipeline to pass" This reverts commit 8b73beaa271a41149f444c26c7cdc0ca7584abf9. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ad8f764..e4322356 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -129,7 +129,7 @@ unittest_py3.9: # 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@f-rename-filter + - 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,spss,rocrate] # actual test -- GitLab