Skip to content
Snippets Groups Projects
Commit e04b76c2 authored by Adam J. Stewart's avatar Adam J. Stewart
Browse files

Add spack to the PATH for doc tests

parent a0c8aca3
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,9 @@ deps=( ...@@ -28,6 +28,9 @@ deps=(
# Check for dependencies # Check for dependencies
"$QA_DIR/check_dependencies" "${deps[@]}" || exit 1 "$QA_DIR/check_dependencies" "${deps[@]}" || exit 1
# Add Spack to the PATH.
export PATH="$SPACK_ROOT/bin:$PATH"
# Move to documentation directory # Move to documentation directory
# Allows script to be run from anywhere # Allows script to be run from anywhere
cd "$DOC_DIR" cd "$DOC_DIR"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment