Skip to content

Commit

Permalink
pip10 in manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Apr 17, 2018
1 parent 76e9bea commit 456fccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .manylinux-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e -x
# Compile wheels
for PYBIN in /opt/python/*/bin; do
if [[ "${PYBIN}" == *"cp27"* ]] || [[ "${PYBIN}" == *"cp34"* ]] || [[ "${PYBIN}" == *"cp35"* ]] || [[ "${PYBIN}" == *"cp36"* ]]; then
"${PYBIN}/pip" install --upgrade pip
"${PYBIN}/pip" install -r /io/requirements.txt
"${PYBIN}/cython" /io/lbfgs/_lowlevel.pyx
"${PYBIN}/pip" install -e /io/
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
rm -rf /io/build /io/*.egg-info
Expand Down

0 comments on commit 456fccb

Please sign in to comment.