fix(hpc): relax unbound variables
This commit is contained in:
parent
74e807472b
commit
4339978cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue