From f038fcf060752c52034d451e958cd128899d64bd Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Wed, 28 Aug 2024 14:02:26 -0400 Subject: [PATCH] missed the other env --- .../simmetrix_enabled_pr_comment_trigger_self_hosted.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/simmetrix_enabled_pr_comment_trigger_self_hosted.yml b/.github/workflows/simmetrix_enabled_pr_comment_trigger_self_hosted.yml index 2a7e79245..7916bd8b3 100644 --- a/.github/workflows/simmetrix_enabled_pr_comment_trigger_self_hosted.yml +++ b/.github/workflows/simmetrix_enabled_pr_comment_trigger_self_hosted.yml @@ -65,6 +65,7 @@ jobs: shell: bash run: | set +e #avoid exiting when lua modules return non-zero on 'warning' messages + source /etc/profile #provides module command module use /opt/scorec/spack/rhel9/v0201_4/lmod/linux-rhel9-x86_64/Core/ module load gcc/12.3.0-iil3lno module load mpich/4.1.1-xpoyz4t