diff --git a/scripts/hpc/install.sh b/scripts/hpc/install.sh index 87e66bb..2aa3ac5 100644 --- a/scripts/hpc/install.sh +++ b/scripts/hpc/install.sh @@ -4,7 +4,7 @@ # Usage (from project root): # bash scripts/hpc/install.sh -set -euo pipefail +set -eo pipefail # Keep caches off $VSC_HOME (quota ~3 GB). export PIP_CACHE_DIR="$VSC_SCRATCH/.cache/pip"