Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent 5d5f009 commit 00a8a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
reusable:
needs: [setup]
uses: ./.github/workflows/reusable.yaml
strategy:
matrix:
# compiler: [intel, intel-oneapi, gnu, nvhpc]
Expand All @@ -32,9 +33,8 @@ jobs:
CXX: mpicxx
CIME_MODEL: cesm
CIME_DRIVER: nuopc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./.github/workflows/reusable.yaml

with:
stage: ${{ matrix.compiler }}
compiler: ${{ matrix.compiler }}


0 comments on commit 00a8a8f

Please sign in to comment.