From 1dec67a5e0eaa3808b83860d4cc11165d4b27530 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas.kluyver@xfel.eu>
Date: Tue, 9 Jul 2024 11:06:26 +0100
Subject: [PATCH] Don't try to use modules for regular tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 53ebff8fe..78806a576 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,9 +22,6 @@ default:
     - python3 -m venv .venv
     - source .venv/bin/activate
     - python3 -m pip install --upgrade pip setuptools wheel
-    - source /etc/profile.d/modules.sh
-    - export MODULEPATH=/usr/share/Modules/modulefiles:/etc/modulefiles:/usr/share/modulefiles
-    - module avail
 
 checks:
   stage: check
-- 
GitLab