Skip to content

Commit

Permalink
Update spack_cpu_build.yaml to test without loading cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford authored and Rutherford, Cameron committed Jun 20, 2024
1 parent c3518d6 commit 592a6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
run: spack -e . install --no-check-signature

- name: Test Installation
run: eval `spack load --sh cmake` && cd `ls | grep spack-build | grep -v txt` && ctest -VV
run: cd `ls | grep spack-build | grep -v txt` && ctest -VV

# Push with force to override existing binaries...
- name: Push to binaries to buildcache
Expand Down

0 comments on commit 592a6b3

Please sign in to comment.