mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Merge branch 'testing' of github.com:YunoHost-Apps/jupyterlab_ynh into testing
This commit is contained in:
commit
7f18eade2b
2 changed files with 2 additions and 6 deletions
|
@ -99,9 +99,7 @@ mkdir -p $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
|
|
||||||
export PIPENV_VENV_IN_PROJECT="enabled"
|
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three
|
||||||
|
|
||||||
ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three
|
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
|
@ -116,9 +116,7 @@ then
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
|
|
||||||
export PIPENV_VENV_IN_PROJECT="enabled"
|
PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three
|
||||||
|
|
||||||
ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three
|
|
||||||
|
|
||||||
ynh_exec_warn_less pipenv run jupyterhub upgrade-db
|
ynh_exec_warn_less pipenv run jupyterhub upgrade-db
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue