Skip to content

Commit

Permalink
model-1-build.yml: Now uses spack-enable.bash instead of default setu…
Browse files Browse the repository at this point in the history
…p-env.sh
  • Loading branch information
CodeGat committed Jun 5, 2024
1 parent 26c48ad commit d7fc8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/model-1-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Build ${{ env.PACKAGE_NAME }} via spack
run: |
. $SPACK_ROOT/share/spack/setup-env.sh
. $SPACK_ROOT/../spack-config/spack-enable.bash
spack load ${{ matrix.compiler.package }}@${{ matrix.compiler.version }}
spack compiler find
spack env activate ${{ env.PACKAGE_NAME }}
Expand Down

0 comments on commit d7fc8e7

Please sign in to comment.