From fb5e57dd23d364085fb420f45eb30ee006eaaa50 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Thu, 23 May 2024 22:25:31 +0200 Subject: [PATCH] Use secrets.GAMS_LICENSE in "pytest" CI workflow --- .github/workflows/pytest.yaml | 1 + 1 file changed, 1 insertion(+) 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.