From 63e1c1bc99cd24769dcd126bddd4d0fc3fbb12ae Mon Sep 17 00:00:00 2001 From: Germann Elsa Sylvia Date: Mon, 24 Oct 2022 15:37:58 +0200 Subject: [PATCH] FIX: hardcode python interpreter --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bea9782..a070f886 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,5 @@ check: - merlin stage: check script: - - module load Python - export COLUMNS=$COLUMNS - - python3 dependency-checker.py + - /opt/psi/Programming/Python/3.9.10/bin/python3 dependency-checker.py