File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,13 +162,13 @@ function apt_pkg_install {
162162
163163function pip_pkg_install {
164164 # A null Keyring prevents pip stalling in the background
165- PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install --upgrade " $@ "
165+ PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install --prefer-binary -- upgrade " $@ "
166166 check_for_error
167167}
168168
169169function pip_requirements_install {
170170 # A null Keyring prevents pip stalling in the background
171- PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install -r " $@ "
171+ PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring $PYTHON -m pip install --prefer-binary - r " $@ "
172172 check_for_error
173173}
174174
You can’t perform that action at this time.
0 commit comments