From 808f4b7cf7f05e2fc177b052b492743c63fdc8e5 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:18:01 +0100 Subject: [PATCH] tentative to add ci pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e845b36..7b2ea9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ cache: - .pip_cache/ before_script: # common setup for every job - - python3 -m venv $VIRTUAL_ENV + - python3.8 -m venv $VIRTUAL_ENV - source $VIRTUAL_ENV/bin/activate - pip install --upgrade pip