Skip to content

Commit

Permalink
Force pip<24.1 to fix pgadmin-org/pgadmin4#7836
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue-T committed Aug 25, 2024
1 parent 4e14d3f commit 65b8094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 65b8094

Please sign in to comment.