Skip to content

Commit 79c7714

Browse files
authored
deploy-2-start.yml: Added a module refresh after install (#29)
1 parent 760aa8d commit 79c7714

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-2-start.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
spack env create ${{ inputs.env-name }} ${{ vars.SPACK_YAML_LOCATION }}/spack.yaml
6565
spack env activate ${{ inputs.env-name }}
6666
spack --debug install --fresh || exit $?
67+
spack module tcl refresh --delete-tree -y
6768
spack find --paths > ${{ vars.SPACK_LOCATION }}/var/spack/environments/${{ inputs.env-name }}/spack.location
6869
spack env deactivate
6970
echo "$(date): Deployed ${{ inputs.model }} ${{ inputs.version }} with spack-packages ${{ steps.versions.outputs.packages }}, spack-config ${{ steps.versions.outputs.config }}" >> ${{ vars.SPACK_RELEASE_LOCATION }}/release.log

0 commit comments

Comments
 (0)