Skip to content

Commit

Permalink
Set GAMS version to latest that includes a free license (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 authored Jul 10, 2024
1 parent 0bf321d commit 6b86116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- cron: "0 5 * * *"

env:
GAMS_VERSION: 25.1.1
GAMS_VERSION: 29.1.0
# See description in lint.yml
depth: 100

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

env:
GAMS_VERSION: 25.1.1
GAMS_VERSION: 29.1.0
# See description in lint.yml
depth: 100

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: iiasa/actions/setup-gams@main
with:
version: ${{ env.GAMS_VERSION }}
license: ${{ secrets.GAMS_LICENSE }}
# license: ${{ secrets.GAMS_LICENSE }}

- name: Install Python package and dependencies
# By default, the below installs ixmp from the main branch. To run against
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- uses: iiasa/actions/setup-gams@main
with:
version: ${{ env.GAMS_VERSION }}
license: ${{ secrets.GAMS_LICENSE }}
# license: ${{ secrets.GAMS_LICENSE }}

- name: Install Python package and dependencies
# By default, the below installs ixmp from the main branch. To run against
Expand Down

0 comments on commit 6b86116

Please sign in to comment.