Skip to content

Commit 2aafb17

Browse files
committed
also test bootstrap script with Python 3.9 (supported since EasyBuild v4.3.1)
1 parent 10c8698 commit 2aafb17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/unit_tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ jobs:
170170
test "x$PRINTED_MSG" = "x" || (echo "ERROR: Found printed messages in output of test suite\n${PRINTED_MSG}" && exit 1)
171171
172172
- 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 }}
176173
run: |
177174
# (re)initialize environment for modules tool
178175
if [ -f $HOME/moduleshome ]; then export MODULESHOME=$(cat $HOME/moduleshome); fi

0 commit comments

Comments
 (0)