We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760aa8d commit 79c7714Copy full SHA for 79c7714
.github/workflows/deploy-2-start.yml
@@ -64,6 +64,7 @@ jobs:
64
spack env create ${{ inputs.env-name }} ${{ vars.SPACK_YAML_LOCATION }}/spack.yaml
65
spack env activate ${{ inputs.env-name }}
66
spack --debug install --fresh || exit $?
67
+ spack module tcl refresh --delete-tree -y
68
spack find --paths > ${{ vars.SPACK_LOCATION }}/var/spack/environments/${{ inputs.env-name }}/spack.location
69
spack env deactivate
70
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