mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
Force pip<24.1 to fix https://github.com/pgadmin-org/pgadmin4/issues/7836
This commit is contained in:
parent
4e14d3f0d1
commit
65b809428b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue