Skip to content

Commit 2cea28e

Browse files
committed
need to unset $EASYBUILD_BOOTSTRAP_DEPRECATED or EasyBuild gets upset about not knowing this configuration option
1 parent 4257628 commit 2cea28e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bootstrap_script.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
export PREFIX=/tmp/$USER/$GITHUB_SHA/eb_bootstrap
115115
export EASYBUILD_BOOTSTRAP_DEPRECATED=1
116116
python easybuild/scripts/bootstrap_eb.py $PREFIX
117+
unset EASYBUILD_BOOTSTRAP_DEPRECATED
117118
# unset $PYTHONPATH to avoid mixing two EasyBuild 'installations' when testing bootstrapped EasyBuild module
118119
unset PYTHONPATH
119120
# simple sanity check on bootstrapped EasyBuild module

0 commit comments

Comments
 (0)