We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0dac6 commit b7dc8dfCopy full SHA for b7dc8df
.github/workflows/tests_eessi_extend_module.yml
@@ -26,6 +26,11 @@ jobs:
26
27
- name: Install the EESSI-extend shipped with the repository
28
run: |
29
+ # Define a function to check the values of environment variables
30
+ # and another that checks an environment does not contain environment
31
+ # variables matching a certain pattern
32
+ source .github/workflows/scripts/test_utils.sh
33
+
34
# Let's start from a clean slate (unload the EESSI module)
35
module purge
36
check_disallowed_env_prefix EESSI_
0 commit comments