Skip to content

Commit

Permalink
Merge pull request #274 from awslabs/sjg/spack-ci-fix
Browse files Browse the repository at this point in the history
Fix Spack build on GitHub Actions CI
  • Loading branch information
sebastiangrimberg authored Jul 11, 2024
2 parents 385804b + dad972d commit 3e66619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ jobs:
fi
# Build and install
spack dev-build local.palace@develop%${{ matrix.compiler }} $GPU_VARIANT ^petsc~hdf5 ^intel-oneapi-mkl
PALACE_SPEC="local.palace@develop%${{ matrix.compiler }}$GPU_VARIANT ^${{ matrix.mpi }}"
PALACE_SPEC="$PALACE_SPEC ^petsc~hdf5 ^intel-oneapi-mkl"
spack spec $PALACE_SPEC
spack dev-build $PALACE_SPEC
- name: Run tests
if: matrix.gpu == 'none' # Skip tests for GPU builds
Expand Down

0 comments on commit 3e66619

Please sign in to comment.