Skip to content

Commit

Permalink
Update spack_build.yml with --sh for loading openmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored Sep 19, 2024
1 parent 64d4a1d commit 692742a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Test Build
run: |
# Not all pipelines have `+mpi`, so this command might fail
spack -e . load openmpi || true
spack -e . load --sh openmpi || true
cd $(spack -e . location --build-dir hiop@develop)
ctest -VV
Expand Down

0 comments on commit 692742a

Please sign in to comment.