Skip to content

Commit 577784a

Browse files
committed
Disable pip --upgrade for #62
1 parent b24e599 commit 577784a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/doDepends.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,9 @@ do_packages() {
231231
if [[ ! ${pipInstalled,,} == *"$pkg"* ]]; then
232232
echo -e "\nInstalling '$pkg'."
233233
pip install $pkg -q||die
234-
else
235-
echo -e "\nChecking for update to '$pkg'."
236-
pip install $pkg --upgrade -q||die
234+
# else
235+
# echo -e "\nChecking for update to '$pkg'."
236+
# pip install $pkg --upgrade -q||die
237237
fi
238238
done
239239
}

0 commit comments

Comments
 (0)