We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c434c78 commit c59fcf3Copy full SHA for c59fcf3
.github/workflows/spack_cpu_build.yaml
@@ -180,7 +180,7 @@ jobs:
180
run: spack -e . install --no-check-signature --only dependencies
181
182
- name: Install package
183
- run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache --fresh --verbose
+ run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache --fresh
184
185
- name: Test Build
186
run: cd $(spack -e . location --build-dir exago@develop) && ctest -VV
0 commit comments