From a4df864b9015c1fe45b14ec4e38f729b14124f0d Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 26 May 2021 23:40:58 +0200 Subject: [PATCH] Remove GAMS version from cache key in pytest workflow --- .github/workflows/pytest.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 1d1618fee..58ad365e7 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -65,10 +65,9 @@ jobs: ~/Library/Caches/pip ~/appdata/local/pip/cache ${{ env.R_LIBS_USER }} - key: ${{ matrix.os }}-gams${{ env.GAMS_VERSION }}-py${{ matrix.python-version }}-R${{ steps.setup-r.outputs.installed-r-version }} + key: ${{ matrix.os }}-py${{ matrix.python-version }}-R${{ steps.setup-r.outputs.installed-r-version }} restore-keys: | - ${{ matrix.os }}-gams${{ env.GAMS_VERSION }}-py${{ matrix.python-version }}- - ${{ matrix.os }}-gams${{ env.GAMS_VERSION }}- + ${{ matrix.os }}-py${{ matrix.python-version }}- ${{ matrix.os }}- - uses: iiasa/actions/setup-gams@main