From 89422742a06b2d1e93a21cc7e5032c8bd5f2c837 Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Wed, 22 May 2024 14:20:02 -0700 Subject: [PATCH] fix Spack.yml --- .github/workflows/Spack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Spack.yml b/.github/workflows/Spack.yml index 86eae19a..b9d7ff7c 100644 --- a/.github/workflows/Spack.yml +++ b/.github/workflows/Spack.yml @@ -30,7 +30,7 @@ jobs: uses: NOAA-EMC/ci-test-spack-package@develop with: package-name: ip - package-variants: ${{ matrix.variants }} target=x86_64 ${{ matrix.variants == "+openmp +shared +pic precision=d" && 'grib-util@develop' || '' }} + package-variants: ${{ matrix.variants }} target=x86_64 ${{ matrix.variants == '+openmp +shared +pic precision=d' && 'grib-util@develop' || '' }} custom-recipe: spack/package.py spack-compiler: gcc spack-externals: gmake cmake openblas