Skip to content

Commit

Permalink
Avoid using cache in spack install...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutherford, Cameron committed Jun 20, 2024
1 parent c1b16d2 commit d1ba045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: spack -e . concretize

- name: Install
run: spack -e . install --keep-stage --no-check-signature
run: spack -e . install --keep-stage --no-check-signature --no-cache

- name: Test Installation
run: cd $(spack -e . location --build-dir resolve@develop) && ctest -VV
Expand Down
2 changes: 1 addition & 1 deletion buildsystem/spack/spack
Submodule spack updated 9446 files

0 comments on commit d1ba045

Please sign in to comment.