File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,22 @@ jobs:
48
48
49
49
- name : Install MP-Test, Set MPTEST_PATH
50
50
run : |
51
- git clone --depth=1 https://github.com/MATPOWER/mptest.git $HOME/mptest
51
+ git clone --depth=1 -b 8.0-release https://github.com/MATPOWER/mptest.git $HOME/mptest
52
52
echo "MPTEST_PATH=$HOME/mptest/lib:$HOME/mptest/lib/t" >> $GITHUB_ENV
53
53
54
54
- name : Install MIPS, Set MIPS_PATH
55
55
run : |
56
- git clone --depth=1 https://github.com/MATPOWER/mips.git $HOME/mips
56
+ git clone --depth=1 -b 1.5.1-release https://github.com/MATPOWER/mips.git $HOME/mips
57
57
echo "MIPS_PATH=$HOME/mips/lib:$HOME/mips/lib/t:${MPTEST_PATH}" >> $GITHUB_ENV
58
58
59
59
- name : Install MP-Opt-Model, Set MP_OPT_MODEL_PATH
60
60
run : |
61
- git clone --depth=1 https://github.com/MATPOWER/mp-opt-model.git $HOME/mp-opt-model
61
+ git clone --depth=1 -b 4.2-release https://github.com/MATPOWER/mp-opt-model.git $HOME/mp-opt-model
62
62
echo "MP_OPT_MODEL_PATH=$HOME/mp-opt-model/lib:$HOME/mp-opt-model/lib/t:${MIPS_PATH}" >> $GITHUB_ENV
63
63
64
64
- name : Install MATPOWER
65
65
run : |
66
- git clone --depth=1 https://github.com/MATPOWER/matpower.git $HOME/matpower
66
+ git clone --depth=1 -b 8.0-release https://github.com/MATPOWER/matpower.git $HOME/matpower
67
67
env $ML_PATHVAR=$HOME/matpower $ML_CMD "install_matpower(0,1,1)"
68
68
ln -s ./startup.m .octaverc
69
69
echo "TEST_PATH=${GITHUB_WORKSPACE}/lib:${GITHUB_WORKSPACE}/lib/t:${MP_OPT_MODEL_PATH}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments