From 0c9a1ea3896389c71dbbdc216c6cc3f994249eb2 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 30 Jan 2024 19:27:22 +0100
Subject: [PATCH] Use requirements.txt throughout

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 71e9fab582..d6eea76e19 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -598,7 +598,7 @@ docs-registry:
       - release-v1.3
       - release-v1.4
   script:
-    - pip install pipenv && pipenv install --dev --system --deploy
+    - pip install -r ./requirements.txt
     - python3 .docs/docker/release.py
   cache:
     paths:
-- 
GitLab