We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60de39 commit c5ed080Copy full SHA for c5ed080
.github/workflows/spack_cpu_build.yaml
@@ -128,8 +128,11 @@ jobs:
128
- name: Concretize
129
run: spack -e . concretize
130
131
- - name: Install
132
- run: spack -e . install --keep-stage --no-check-signature --no-cache
+ - name: Install dependencies
+ 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
136
137
- name: Test Installation
138
run: cd $(spack -e . location --build-dir resolve@develop) && ctest -VV
0 commit comments