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 9d94539 commit b1b5203Copy full SHA for b1b5203
.github/workflows/tests_eessi_extend_module.yml
@@ -182,7 +182,7 @@ jobs:
182
export EESSI_CVMFS_INSTALL=1
183
module load EESSI-extend/${{matrix.eessi_version}}-easybuild
184
check_env_var "EASYBUILD_INSTALLPATH" "$EESSI_SOFTWARE_PATH" # installation path should be the same unless we ask for an explicit GPU installation
185
- check_env_var "EASYBUILD_CUDA_COMPUTE_CAPABILITIES" "$STORED_CUDA_CC"
+ check_env_var "EASYBUILD_CUDA_COMPUTE_CAPABILITIES" ""
186
module unload EESSI-extend
187
export EESSI_ACCELERATOR_INSTALL=1
188
module load EESSI-extend/${{matrix.eessi_version}}-easybuild # reload for an actual GPU installation
0 commit comments