Skip to content

Commit

Permalink
force caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Oct 17, 2023
1 parent 0fcead0 commit eeaccf4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@ jobs:
run: |
sudo apt-get -y update
sudo apt install libnetcdf-dev libnetcdff-dev
- name: Cache libraries
uses: actions/cache@v3
with:
key: ubuntu-latest-esmf_${{ env.ESMF_VERSION }}
- name: Install ESMF
uses: esmf-org/install-esmf-action@v1
env:
ESMF_NETCDF: nc-config
with:
build-key: 'ubuntu-latest-esmf_${{ env.ESMF_VERSION }}'
build-key: ubuntu-latest-esmf_${{ env.ESMF_VERSION }}
cache: true
rebuild-check: quick
version: ${{ env.ESMF_VERSION }}
Expand Down Expand Up @@ -105,10 +109,7 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- python-version: "3.9"
- python-version: "3.10"
- python-version: "3.11"
python-version: ["3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit eeaccf4

Please sign in to comment.