From a6afcc6a73395e44e7c4c540b6da4ce26651435b Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 27 Sep 2019 20:55:18 +0200 Subject: [PATCH] fix lock --- scripts/install | 4 +--- scripts/upgrade | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 5756cd7..00e3f52 100644 --- a/scripts/install +++ b/scripts/install @@ -99,9 +99,7 @@ mkdir -p $final_path pushd $final_path -export PIPENV_VENV_IN_PROJECT="enabled" - -ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three +PIPENV_VENV_IN_PROJECT="enabled" PIPENV_SKIP_LOCK=true ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three popd diff --git a/scripts/upgrade b/scripts/upgrade index c2e1426..462f828 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -116,9 +116,7 @@ then pushd $final_path - export PIPENV_VENV_IN_PROJECT="enabled" - - ynh_exec_warn_less pipenv install jupyterlab==$jupyterlab_version jupyterhub notebook jupyterhub-ldapauthenticator --three + 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 run jupyterhub upgrade-db