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 {
162
162
163
163
function pip_pkg_install {
164
164
# 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 " $@ "
166
166
check_for_error
167
167
}
168
168
169
169
function pip_requirements_install {
170
170
# 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 " $@ "
172
172
check_for_error
173
173
}
174
174
You can’t perform that action at this time.
0 commit comments