From e32142d02f7405e90018465bdf6ce39353edb79a Mon Sep 17 00:00:00 2001 From: Germann Elsa Sylvia Date: Mon, 24 Oct 2022 16:06:26 +0200 Subject: [PATCH] FIX: try python@3.8.12 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7afa7984..cd73707c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,6 @@ check: stage: check script: - source /opt/psi/config/profile.bash - - module load Python + - module load Python/3.8.12 - export COLUMNS=$COLUMNS - - /opt/psi/Programming/Python/3.9.10/bin/python3 dependency-checker.py + - python3 dependency-checker.py