Skip to content

Commit

Permalink
Don't downgrade pip in install-dev.sh (#3011)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanmai committed Sep 21, 2024
1 parent 62bdba1 commit 2b4f2ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions install-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ if [[ $OSTYPE != 'darwin'* ]]; then
fi
# Install all pinned dependencies
pip install -r requirements.txt
# upgrade pip to install in edit mode without setup.py
pip install --upgrade pip~=24.1.2
# Install HELM in edit mode
pip install -e .[all]
# Check dependencies
pip check

0 comments on commit 2b4f2ad

Please sign in to comment.