Skip to content

Commit 84d0e22

Browse files
Update GAMS version (#339)
1 parent f77826c commit 84d0e22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)