Skip to content

Commit

Permalink
Update Spack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Apr 23, 2024
1 parent a04db98 commit 3acb44e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,17 @@ jobs:
variants: ["+openmp +shared +pic precision=d", "+openmp ~shared ~pic precision=4", "~openmp ~shared +pic precision=8"]
runs-on: ${{ matrix.os }}
permissions:
contents: read
packages: write

steps:

- name: "Test with Spack"
uses: NOAA-EMC/spack-package-test@develop
uses: NOAA-EMC/ci-test-spack-package@develop
with:
package-name: ip
package-variants: ${{ matrix.variants }}
spack-compiler: gcc@11
cache-secret: ${{ secrets.SPACKBUILDCACHE }}
cache-secret: ${{ secrets.SPACK2 }}
upload-artifacts: always
custom-recipe: spack/package.py
spack-ref: 6f7eb3750cc100dc9cd6c02730d16ff8eb0c2d9e
Expand Down

0 comments on commit 3acb44e

Please sign in to comment.