Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Pin wheel to 0.31.1
Browse files Browse the repository at this point in the history
0.32 broke the universe. See the following for more info:

pypa/auditwheel#102
pypa/wheel#255
python-pillow/pillow-wheels#102
  • Loading branch information
jni committed Oct 1, 2018
1 parent 3a77d12 commit dcad239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis_linux_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function before_install {
virtualenv --python=python venv
source venv/bin/activate
python --version # just to check
pip install --upgrade pip wheel
pip install --upgrade pip wheel==0.31.1
}

function build_wheel {
Expand Down
2 changes: 1 addition & 1 deletion travis_osx_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function before_install {
export CXX=clang++
get_macpython_environment $MB_PYTHON_VERSION venv
source venv/bin/activate
pip install --upgrade pip wheel
pip install --upgrade pip wheel==0.31.1
}

# build_wheel function defined in common_utils (via osx_utils)
Expand Down

0 comments on commit dcad239

Please sign in to comment.