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 6d5a6ae commit 6155e02Copy full SHA for 6155e02
.github/workflows/tests_scripts.yml
@@ -83,6 +83,8 @@ jobs:
83
export SINGULARITY_BIND="${PWD}:/software-layer"
84
# force using x86_64/generic, to avoid triggering an installation from scratch
85
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
88
./eessi_container.sh --mode run --verbose /software-layer/install_software_layer.sh
89
90
- name: test create_directory_tarballs.sh script
0 commit comments