Skip to content

Commit d7fc8e7

Browse files
committed
model-1-build.yml: Now uses spack-enable.bash instead of default setup-env.sh
1 parent 26c48ad commit d7fc8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model-1-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- name: Build ${{ env.PACKAGE_NAME }} via spack
104104
run: |
105-
. $SPACK_ROOT/share/spack/setup-env.sh
105+
. $SPACK_ROOT/../spack-config/spack-enable.bash
106106
spack load ${{ matrix.compiler.package }}@${{ matrix.compiler.version }}
107107
spack compiler find
108108
spack env activate ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)