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 10c8698 commit 2aafb17Copy full SHA for 2aafb17
.github/workflows/unit_tests.yml
@@ -170,9 +170,6 @@ jobs:
170
test "x$PRINTED_MSG" = "x" || (echo "ERROR: Found printed messages in output of test suite\n${PRINTED_MSG}" && exit 1)
171
172
- name: test bootstrap script
173
- # skip testing of bootstrap script with Python 3.9,
174
- # until an EasyBuild release that is compatible with Python 3.9 is available
175
- if: ${{ matrix.python != 3.9 }}
176
run: |
177
# (re)initialize environment for modules tool
178
if [ -f $HOME/moduleshome ]; then export MODULESHOME=$(cat $HOME/moduleshome); fi
0 commit comments