Skip to content

Commit

Permalink
Remove GAMS version from cache key in pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed May 26, 2021
1 parent 05ad01c commit a4df864
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4df864

Please sign in to comment.