From 33c703f925a295e010f5d5531785682857adb430 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de>
Date: Wed, 24 Apr 2024 23:13:44 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d7c17d5..e5bfb03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@ variables:
 cache:
   paths:
     - .cache/pip
-    - venv/
 
 jupyter-build:
   stage: build
@@ -19,7 +18,7 @@ jupyter-build:
     - pip install virtualenv
     - virtualenv --python="python3.11" venv
     - source venv/bin/activate
-    - alias python=python3.11
+    - alias python=python3
     - pip install --upgrade setuptools # fix distutils problems?
     - pip install -r requirements.txt -v
     - jupyter-book clean .
-- 
GitLab