Skip to content

Commit af0a38c

Browse files
author
Lorenzo Pacchiardi
authored
Force upgrade of pip in install_dev.sh (stanford-crfm#1905)
1 parent 31ad82a commit af0a38c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install-dev.sh

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ if [[ $OSTYPE != 'darwin'* ]]; then
1111
fi
1212
# Install all pinned dependencies
1313
pip install -r requirements.txt
14+
# upgrade pip to install in edit mode without setup.py
15+
pip install --upgrade pip
1416
# Install HELM in edit mode
1517
pip install -e .[all]
1618
# Check dependencies

0 commit comments

Comments
 (0)