From b7f0da316b0975a35264b91216df87baa5b965da Mon Sep 17 00:00:00 2001
From: nguyed99 <nguyed99@zedat.fu-berlin.de>
Date: Mon, 22 Jan 2024 17:17:03 +0100
Subject: [PATCH] Try again with the successful pipeline

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d4e05e..8b573c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,7 +20,6 @@ build-env:
   - cd build/
   - poetry config virtualenvs.in-project true
   - poetry install --no-root
-  - cp -r $(poetry env info --path) $POETRY_CACHE_DIR/virtualenvs/
   artifacts:
     paths:
       - $POETRY_CACHE_DIR/virtualenvs/
-- 
GitLab