Skip to content

Commit

Permalink
Update install-esmf-action internal cache
Browse files Browse the repository at this point in the history
  • Loading branch information
danrosen25 authored Aug 18, 2023
1 parent 83f00b8 commit 7a59b76
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/develop-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{env.STACK_ROOT}}
key: develop-nightly-${{matrix.config.os}}-${{matrix.config.compiler}}-${{matrix.config.comm}}-${{github.run_id}}
restore-keys: |
develop-nightly-${{matrix.config.os}}-${{matrix.config.compiler}}-${{matrix.config.comm}}
key: develop-nightly-${{matrix.config.os}}-${{matrix.config.compiler}}-${{matrix.config.comm}}
- name: Install OPENMPI
if: ${{matrix.config.comm}} == 'openmpi'
env:
Expand Down Expand Up @@ -102,13 +100,12 @@ jobs:
ESMF_COMPILER: ${{matrix.config.compiler}}
ESMF_COMM: ${{matrix.config.comm}}
ESMF_NETCDF: 'nc-config'
ESMF_INSTALL_PREFIX: ${STACK_ROOT}
with:
build-key: 'develop-nightly-${{matrix.config.os}}-${{matrix.config.compiler}}-${{matrix.config.comm}}'
version: 'develop'
rebuild-check: quick
esmpy: false
cache: false
cache: true
- name: NUOPC Tests
run: |
export TOOLRUN="--oversubscribe"
Expand Down

0 comments on commit 7a59b76

Please sign in to comment.