Skip to content

Commit ba142ca

Browse files
author
Caspar van Leeuwen
committed
Now make sure CI skips CUDA SDK installation, to prove that this fixes the CI run
1 parent 877f364 commit ba142ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# force using x86_64/generic, to avoid triggering an installation from scratch
8585
sed -i "s@./EESSI-install-software.sh@\"export EESSI_SOFTWARE_SUBDIR_OVERRIDE='x86_64/generic'; ./EESSI-install-software.sh\"@g" install_software_layer.sh
8686
# skip installation of CUDA SDKs, since this is too heavy for CI
87-
# sed -i "s@./EESSI-install-software.sh@./EESSI-install-software.sh --skip-cuda-install@g" install_software_layer.sh
87+
sed -i "s@./EESSI-install-software.sh@./EESSI-install-software.sh --skip-cuda-install@g" install_software_layer.sh
8888
./eessi_container.sh --mode run --verbose /software-layer/install_software_layer.sh
8989
9090
- name: test create_directory_tarballs.sh script

0 commit comments

Comments
 (0)