File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ yum -y install \
106
106
>&2 echo Upgrading auditwheel...
107
107
>&2 echo =======================
108
108
>&2 echo
109
- /opt/python/cp36-cp36m/bin/python -m pip install -U auditwheel
109
+ /opt/python/cp36-cp36m/bin/python -m pip install --no-compile - U auditwheel
110
110
111
111
>&2 echo
112
112
>&2 echo
230
230
for PIP_BIN in /opt/python/* /bin/pip; do
231
231
cleanup_garbage
232
232
>&2 echo Using ${PIP_BIN} ...
233
- ${PIP_BIN} install " ${DIST_NAME} " --no-index -f ${WHEEL_DEP_DIR} # &
233
+ ${PIP_BIN} install --no-compile " ${DIST_NAME} " --no-index -f ${WHEEL_DEP_DIR} # &
234
234
done
235
235
wait
236
236
277
277
>&2 echo
278
278
for PY_BIN in /opt/python/* /bin/python; do
279
279
cleanup_garbage
280
- $PY_BIN -B -m pip install pytest
280
+ $PY_BIN -B -m pip install --no-compile pytest
281
281
$PY_BIN -B -m pytest " ${TESTS_DIR} " &
282
282
done
283
283
wait
You can’t perform that action at this time.
0 commit comments