We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c7714 commit dba15e8Copy full SHA for dba15e8
.github/workflows/deploy-2-start.yml
@@ -60,7 +60,7 @@ jobs:
60
git -C ${{ vars.SPACK_PACKAGES_LOCATION }} checkout --force ${{ steps.versions.outputs.packages }}
61
git -C ${{ vars.SPACK_CONFIG_LOCATION }} fetch
62
git -C ${{ vars.SPACK_CONFIG_LOCATION }} checkout --force ${{ steps.versions.outputs.config }}
63
- . ${{ vars.SPACK_CONFIG_LOCATION }}/spack-start.bash
+ . ${{ vars.SPACK_CONFIG_LOCATION }}/spack-enable.bash
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 $?
0 commit comments