Skip to content

Commit

Permalink
Use secrets.GAMS_LICENSE in "pytest" CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed May 23, 2024
1 parent 89c1ca6 commit d0eb448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- uses: iiasa/actions/setup-gams@enh/gams-macos-arm64
with:
version: ${{ matrix.gams-version }}
license: ${{ secrets.GAMS_LICENSE }}

- name: Set RETICULATE_PYTHON
# Use the environment variable set by the setup-python action, above.
Expand Down

0 comments on commit d0eb448

Please sign in to comment.