1
Fork 0

fix(hpc): relax unbound variables

This commit is contained in:
Tibo De Peuter 2026-04-04 20:04:05 +02:00
parent 74e807472b
commit 4339978cc6

View file

@ -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"