From 7a9c2375ee0c2c027cafc4b81881b08edd6d1002 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 12 Jun 2023 08:24:20 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ebb38b7..95446e0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,8 @@ ynh_script_progression --message="Installing Python dependencies..." --weight=3 pushd $install_dir python3 -m venv $install_dir/venv source $install_dir/venv/bin/activate - ynh_exec_warn_less pip install fittrackee==$fittrackee_version + ynh_exec_warn_less pip install fittrackee==$fittrackee_version toml pyyaml +popd popd #=================================================