From ffc99063b1b5708e7a295d40b319c8615361e3da Mon Sep 17 00:00:00 2001
From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de>
Date: Thu, 27 Jun 2024 09:16:33 +0000
Subject: [PATCH] Pipeline: install as editable

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0cec496ab..b73f84c28 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,7 +50,7 @@ build-job:       # This job runs in the build stage, which runs first.
   script:
     - echo "Compiling the code..."
     - pip install h5py --only-binary h5py
-    - pip install .
+    - pip install -e .
     - echo "Compile complete."
   artifacts:
     paths:
-- 
GitLab