1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00
This commit is contained in:
Josué Tille 2024-08-25 23:17:24 +02:00
parent 4e14d3f0d1
commit 65b809428b
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -46,7 +46,7 @@ install_source() {
# Install pgadmin in virtualenv
pip="$install_dir"/venv/bin/pip
$pip install --upgrade pip wheel
$pip install --upgrade 'pip<24.1' wheel
$pip install --upgrade -r "$YNH_APP_BASEDIR/conf/requirement_$(lsb_release --codename --short).txt"
fi