From d0eb44886ffe3a4486a393d3a42f315d37fba0fe 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 054ab714c..58f2ed589 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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.