We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e8830 commit 132ab4dCopy full SHA for 132ab4d
1 file changed
.github/workflows/tests_eessi_extend_module.yml
@@ -130,6 +130,11 @@ jobs:
130
- name: Run tests for EESSI-extend in the various GPU scenarios
131
run: |
132
export MY_INSTALLATION_PATH=/tmp/easybuild
133
+
134
+ # Define a function to check the values of environment variables
135
+ # and another that checks an environment does not contain environment
136
+ # variables matching a certain pattern
137
+ source .github/workflows/scripts/test_utils.sh
138
139
# Set an environment variable to use when we want to target accelerators
140
export STORED_EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80"
0 commit comments