File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ jobs:
8484 GAMS_LICENSE : ${{ secrets.GAMS_LICENSE }}
8585 if : ${{ env.GAMS_LICENSE != '' }}
8686 run : |
87- curl https://d37drm4t2jghv5.cloudfront.net/distributions/49 .3.0/linux/linux_x64_64_sfx.exe -o linux_x64_64_sfx.exe
87+ curl https://d37drm4t2jghv5.cloudfront.net/distributions/50 .3.0/linux/linux_x64_64_sfx.exe -o linux_x64_64_sfx.exe
8888 chmod +x linux_x64_64_sfx.exe
8989 mkdir GAMS
9090 pushd GAMS
9191 ../linux_x64_64_sfx.exe > /dev/null && echo Successfully installed GAMS
92- export PATH=$PATH:$(pwd)/gams49 .3_linux_x64_64_sfx
92+ export PATH=$PATH:$(pwd)/gams50 .3_linux_x64_64_sfx
9393 popd
9494
9595 # ---------- Run tool, check for regressions
@@ -112,7 +112,7 @@ jobs:
112112 # Save the return code to retcode.txt so that the next step can fail the action
113113 run : |
114114 source .venv/bin/activate
115- export PATH=$PATH:$GITHUB_WORKSPACE/GAMS/gams49 .3_linux_x64_64_sfx
115+ export PATH=$PATH:$GITHUB_WORKSPACE/GAMS/gams50 .3_linux_x64_64_sfx
116116 (python utils/run_benchmarks.py benchmarks.yml \
117117 --dd --times_dir $GITHUB_WORKSPACE/xl2times/TIMES_model \
118118 --verbose \
You can’t perform that action at this time.
0 commit comments