Skip to content

Commit 6155e02

Browse files
author
Caspar van Leeuwen
committed
Make sure the install_software_layer.sh test skips installing the CUDA SDK - that is simply too heave for CI
1 parent 6d5a6ae commit 6155e02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests_scripts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
export SINGULARITY_BIND="${PWD}:/software-layer"
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
86+
# 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
8688
./eessi_container.sh --mode run --verbose /software-layer/install_software_layer.sh
8789
8890
- name: test create_directory_tarballs.sh script

0 commit comments

Comments
 (0)