Revert "Also install yq on upgrade"

This reverts commit c4434d5982.
This commit is contained in:
Florent 2022-08-14 10:33:40 +02:00
parent a81fdcb5a7
commit 7075c8b9f7

View file

@ -136,14 +136,6 @@ pushd "$final_path"
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npm install
popd
#=================================================
# SETUP PIP (FOR YQ)
#=================================================
pip_path=$final_path/.pip
python3 -m venv $pip_path
$pip_path/bin/pip3 install yq
#=================================================
# SPECIFIC UPGRADE
#=================================================