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:
4848
4949 - name : Install MP-Test, Set MPTEST_PATH
5050 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
5252 echo "MPTEST_PATH=$HOME/mptest/lib:$HOME/mptest/lib/t" >> $GITHUB_ENV
5353
5454 - name : Install MIPS, Set MIPS_PATH
5555 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
5757 echo "MIPS_PATH=$HOME/mips/lib:$HOME/mips/lib/t:${MPTEST_PATH}" >> $GITHUB_ENV
5858
5959 - name : Install MP-Opt-Model, Set MP_OPT_MODEL_PATH
6060 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
6262 echo "MP_OPT_MODEL_PATH=$HOME/mp-opt-model/lib:$HOME/mp-opt-model/lib/t:${MIPS_PATH}" >> $GITHUB_ENV
6363
6464 - name : Install MATPOWER
6565 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
6767 env $ML_PATHVAR=$HOME/matpower $ML_CMD "install_matpower(0,1,1)"
6868 ln -s ./startup.m .octaverc
6969 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