Skip to content

Commit

Permalink
installer.functions: Add --disable-pip-version-check to pip call
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 11, 2024
1 parent 9df4e29 commit e6716dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/spksrc.service.installer.functions
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ install_python_wheels ()
if [ -s ${requirements} ]; then
echo "Install packages from wheels [${requirements}]"
pip install $([ $# -gt 0 ] && echo $*) \
--disable-pip-version-check \
--force-reinstall \
--cache-dir ${cachedir} \
--find-links ${wheelhouse} \
Expand Down

0 comments on commit e6716dd

Please sign in to comment.