Skip to content

Commit 3476816

Browse files
authored
Merge pull request #239 from trz42/sync_nessi_eessi_ci_tests_scripts
remove pilot from CI
2 parents 41aa05a + 8523da3 commit 3476816

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests_scripts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- build_container.sh
77
- create_directory_tarballs.sh
8-
- EESSI-pilot-install-software.sh
8+
- EESSI-install-software.sh
99
- install_software_layer.sh
1010
- load_easybuild_module.sh
1111
- run_in_compat_layer_env.sh
@@ -16,7 +16,7 @@ on:
1616
paths:
1717
- build_container.sh
1818
- create_directory_tarballs.sh
19-
- EESSI-pilot-install-software.sh
19+
- EESSI-install-software.sh
2020
- install_software_layer.sh
2121
- load_easybuild_module.sh
2222
- run_in_compat_layer_env.sh
@@ -40,7 +40,7 @@ jobs:
4040
# bind current directory into container as /software-layer
4141
export SINGULARITY_BIND="${PWD}:/software-layer"
4242
43-
# can't test with EasyBuild versions older than v4.5.2 when using EESSI pilot 2023.06,
43+
# can't test with EasyBuild versions older than v4.5.2 when using EESSI 2023.06,
4444
# since Python in compat layer is Python 3.11.x;
4545
# testing with a single EasyBuild version takes a while in GitHub Actions, so stick to a single sensible version
4646
for EB_VERSION in '4.6.0'; do

0 commit comments

Comments
 (0)