From 232b16ae67d0004692b6fb702fbf135d25d0fae0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Konrad=20V=C3=B6lkel?= <konrad.voelkel@hhu.de>
Date: Wed, 24 Apr 2024 21:50:46 +0000
Subject: [PATCH] now for real?

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ac3999..d7c17d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,12 +14,12 @@ jupyter-build:
   stage: build
   image: sphinxdoc/sphinx-latexpdf
   script:
-    - alias python=python3.11
     - python -V  # Print out python version for debugging
     - pip install --upgrade pip
     - pip install virtualenv
-    - virtualenv venv
+    - virtualenv --python="python3.11" venv
     - source venv/bin/activate
+    - alias python=python3.11
     - pip install --upgrade setuptools # fix distutils problems?
     - pip install -r requirements.txt -v
     - jupyter-book clean .
-- 
GitLab