Skip to content

Commit bb5faa1

Browse files
committed
EasyBuild expects . in CUDA compute capabilities
1 parent a72a5e1 commit bb5faa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_eessi_extend_module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
# Set an environment variable to use when we want to target accelerators
140140
export STORED_EESSI_ACCELERATOR_TARGET_OVERRIDE="accel/nvidia/cc80"
141-
export STORED_CUDA_CC="80"
141+
export STORED_CUDA_CC="8.0"
142142
143143
# Let's start from a clean slate
144144
module purge

0 commit comments

Comments
 (0)