Skip to content

Commit

Permalink
Bump GAMS version 29.1.0 → 43.4.1 (for macOS arm64)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru authored and glatterf42 committed Nov 20, 2024
1 parent 38ef7c1 commit efaaf7a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ concurrency:
cancel-in-progress: true

env:
GAMS_VERSION: 29.1.0
# Version used until 2024-11-20; disabled
# GAMS_VERSION: 29.1.0
# First version including a macOS arm64 distribution
GAMS_VERSION: 43.4.1

# See description in lint.yml
depth: 100

Expand Down Expand Up @@ -87,7 +91,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 @@ -171,7 +175,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 efaaf7a

Please sign in to comment.