From 6b9d9809d6cadd4513d165bdc9213f5efa4883a0 Mon Sep 17 00:00:00 2001 From: Alan O'Cais Date: Wed, 16 Oct 2024 13:24:25 +0200 Subject: [PATCH] Keep trying to figure out how to control Lmod --- .github/workflows/modules/fake_module.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/modules/fake_module.lua b/.github/workflows/modules/fake_module.lua index f23a69c008..e45cb640d6 100644 --- a/.github/workflows/modules/fake_module.lua +++ b/.github/workflows/modules/fake_module.lua @@ -1 +1,3 @@ setenv("INSIDE_GITHUB_ACTIONS", "true") +-- Interfere with PATH so Lmod keeps a record +prepend_path("PATH", "/snap/bin")