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 877f364 commit ba142caCopy full SHA for ba142ca
.github/workflows/tests_scripts.yml
@@ -84,7 +84,7 @@ jobs:
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
+ 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