From 5732a66ae489803d5c72fa1f0b5c44de734c08d3 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Tue, 11 Jun 2024 11:29:30 +0200
Subject: [PATCH] WIP: 3.13 pipeline.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1cdbe22d..a0a45097 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -165,7 +165,7 @@ unittest_py3.13:
     # 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-pylib.git@dev
     # 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]
-- 
GitLab