File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ jobs:
46
46
modules_tool : ${{needs.setup.outputs.lmod8}}
47
47
- python : ' 3.13'
48
48
modules_tool : ${{needs.setup.outputs.lmod8}}
49
+ - python : ' 3.14.0-rc.2'
50
+ modules_tool : ${{needs.setup.outputs.lmod8}}
49
51
fail-fast : false
50
52
steps :
51
53
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
52
54
53
55
- name : set up Python
54
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
56
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
55
57
with :
56
58
python-version : ${{matrix.python}}
57
59
architecture : x64
@@ -150,7 +152,10 @@ jobs:
150
152
# also pick up changes to $PATH set by sourcing $MOD_INIT
151
153
export PREFIX=/tmp/$USER/$GITHUB_SHA
152
154
export PATH=$PREFIX/bin:$(cat $HOME/path)
153
- export PYTHONPATH=$PREFIX/lib/python${{matrix.python}}/site-packages:$PYTHONPATH
155
+ export PYTHONPATH=$PREFIX/lib/python$(echo ${{matrix.python}} | cut -f1,2 -d'.')/site-packages:$PYTHONPATH
156
+ echo "PYTHONPATH=$PYTHONPATH"
157
+ ls $(echo $PYTHONPATH | cut -f1:)
158
+ python3 -m easybuild.main --version
154
159
eb --version
155
160
# tell EasyBuild which modules tool is available
156
161
if [[ ${{matrix.modules_tool}} =~ ^modules- ]]; then
You can’t perform that action at this time.
0 commit comments