diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index ad1181e31..b462f78c5 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -89,6 +89,7 @@ jobs: - uses: iiasa/actions/setup-gams@main with: version: ${{ matrix.gams-version }} + license: ${{ secrets.GAMS_LICENSE }} - name: Set RETICULATE_PYTHON # Use the environment variable set by the setup-python action, above.