Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Jan 13, 2025
1 parent a37a5b9 commit 6fce372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/dependencies/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ fi
start_section "Install spack if not already installed"
if ! command -v spack &> /dev/null; then
"${SCRIPT_DIR}/setup_spack.sh" "${_spack_folder}"
source "${_spack_folder}/spack/share/spack/setup-env.sh"
source "${_spack_folder}/share/spack/setup-env.sh"
fi
end_section

Expand Down

0 comments on commit 6fce372

Please sign in to comment.