Skip to content

Commit c1bdc1d

Browse files
committed
fix echo message
1 parent f47d935 commit c1bdc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-software.eessi.io.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
env | grep ^EESSI | sort
7575
7676
# first check the CPU-only builds for this CPU target
77-
echo "just run check_missing_installations.sh (should use easystacks/software.eessi.io/${EESSI_VERSION}/eessi-${EESSI_VERSION}-*.yml with latest EasyBuild release)"
77+
echo "first run check_missing_installations.sh for CPU-only builds"
7878
for easystack_file in $(EESSI_VERSION=${EESSI_VERSION} .github/workflows/scripts/only_latest_easystacks.sh); do
7979
eb_version=$(echo ${easystack_file} | sed 's/.*eb-\([0-9.]*\).*.yml/\1/g')
8080
echo "check missing installations for ${easystack_file} with EasyBuild ${eb_version}..."

0 commit comments

Comments
 (0)