From d4e11b3be65bf25baa8e797c7d52c6938d5ba2c2 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:49:28 +0200 Subject: [PATCH] test --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index f660a12..2937915 100644 --- a/scripts/install +++ b/scripts/install @@ -90,6 +90,10 @@ pushd $install_dir pip install --upgrade pip pip install --upgrade setuptools ynh_exec_warn_less pip install wheel + + ls -lah /$install_dir/ + ls -lah /$install_dir/api/ + ls -lah /$install_dir/front/ # Workaround for error AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' # ynh_replace_string --match_string="pyOpenSSL~=20.0.1" --replace_string="pyOpenSSL~=21.0.0" --target_file="$install_dir/api/requirements/base.txt" ynh_exec_warn_less pip install -r api/requirements.txt