1
Fork 0

fix(hpc): removed local package install command as it was fixed in tibo's older pr

This commit is contained in:
JibrilExe 2026-04-10 09:07:43 +02:00
parent b7e2beb65d
commit cee6b53ada

View file

@ -46,8 +46,6 @@ source vsc-venv --activate \
set -euo pipefail
cd "$PBS_O_WORKDIR"
uv run pip install .
echo '>>> Installing ipykernel...'
CLUSTER_ID="${VSC_INSTITUTE_CLUSTER:-generic}"
python -m ipykernel install --user --name="sel3_${CLUSTER_ID}" \