Skip to content

Commit aadca03

Browse files
committed
Remove --fresh concretization
1 parent 15fe6e6 commit aadca03

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-github-hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jobs:
408408
spack env create default ${{ steps.jinja-templated.outputs.spack-manifest-path }}
409409
spack env activate
410410
411-
spack concretize --fresh --force
411+
spack concretize --force
412412
413413
echo "spec<<EOF" >> $GITHUB_OUTPUT
414414
echo "$(spack spec)" >> $GITHUB_OUTPUT

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
spack env create default ${{ steps.jinja-templated.outputs.spack-manifest-path }}
416416
spack env activate
417417
418-
spack concretize --fresh --force
418+
spack concretize --force
419419
420420
echo "spec<<EOF" >> $GITHUB_OUTPUT
421421
echo "$(spack spec)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)