We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fe6e6 commit aadca03Copy full SHA for aadca03
2 files changed
.github/workflows/ci-github-hosted.yml
@@ -408,7 +408,7 @@ jobs:
408
spack env create default ${{ steps.jinja-templated.outputs.spack-manifest-path }}
409
spack env activate
410
411
- spack concretize --fresh --force
+ spack concretize --force
412
413
echo "spec<<EOF" >> $GITHUB_OUTPUT
414
echo "$(spack spec)" >> $GITHUB_OUTPUT
.github/workflows/ci.yml
@@ -415,7 +415,7 @@ jobs:
415
416
417
418
419
420
421
0 commit comments