Skip to content

Commit

Permalink
lock pip version to support non-standard dependency specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-ranasinghe committed Oct 4, 2024
1 parent 98a6609 commit fd0b4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup_virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ HERE=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
echo "##### Creating/updating virtual environment #####"
virtualenv -p /usr/bin/python3 ${VIRTUALENV_DIR}
source ${VIRTUALENV_DIR}/bin/activate
python -m pip install --upgrade pip==24.0
pip install -r stage_requirements.txt

cat<<EOF
Expand Down

0 comments on commit fd0b4b5

Please sign in to comment.