Skip to content

Commit c5ed080

Browse files
author
Rutherford, Cameron
committed
Install dependencies from cache, but not resolve.
1 parent f60de39 commit c5ed080

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/spack_cpu_build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,11 @@ jobs:
128128
- name: Concretize
129129
run: spack -e . concretize
130130

131-
- name: Install
132-
run: spack -e . install --keep-stage --no-check-signature --no-cache
131+
- name: Install dependencies
132+
run: spack -e . install --no-check-signature --only dependencies
133+
134+
- name: Install package
135+
run: spack -e . install --keep-stage --no-check-signature --no-cache --fresh
133136

134137
- name: Test Installation
135138
run: cd $(spack -e . location --build-dir resolve@develop) && ctest -VV

0 commit comments

Comments
 (0)