Skip to content

Commit

Permalink
simplify syntax again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 15, 2024
1 parent f27ba3b commit 5d5f009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/derecho.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
needs: [setup]
strategy:
matrix:
# compiler: [intel, intel-oneapi, gnu, nvhpc]
# compiler: [intel, intel-oneapi, gnu, nvhpc]
compiler: [intel, intel-oneapi]
env:
CC: mpicc
Expand All @@ -33,7 +33,7 @@ jobs:
CIME_MODEL: cesm
CIME_DRIVER: nuopc
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ./.github/workflows/reusable.yaml
uses: ./.github/workflows/reusable.yaml
with:
stage: ${{ matrix.compiler }}

Expand Down

0 comments on commit 5d5f009

Please sign in to comment.