fix(hpc): removed local package install command as it was fixed in tibo's older pr
This commit is contained in:
parent
b7e2beb65d
commit
cee6b53ada
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@ source vsc-venv --activate \
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
cd "$PBS_O_WORKDIR"
|
cd "$PBS_O_WORKDIR"
|
||||||
|
|
||||||
uv run pip install .
|
|
||||||
|
|
||||||
echo '>>> Installing ipykernel...'
|
echo '>>> Installing ipykernel...'
|
||||||
CLUSTER_ID="${VSC_INSTITUTE_CLUSTER:-generic}"
|
CLUSTER_ID="${VSC_INSTITUTE_CLUSTER:-generic}"
|
||||||
python -m ipykernel install --user --name="sel3_${CLUSTER_ID}" \
|
python -m ipykernel install --user --name="sel3_${CLUSTER_ID}" \
|
||||||
|
|
|
||||||
Reference in a new issue