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

Commit

Permalink
Removed pinning of wheel (#10)
Browse files Browse the repository at this point in the history
* Changed multibuild back to matthew-brett

* Updated multibuild

* Removed pinning of wheel

* Add pip list to view what is installed before the tests are run

* Remove pip list command.
  • Loading branch information
radarhere authored and stefanv committed May 9, 2019
1 parent 8c16a13 commit c4a8e95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
url = git://github.com/scikit-image/scikit-image.git
[submodule "multibuild"]
path = multibuild
url = https://github.com/scikit-image/multibuild.git
url = https://github.com/matthew-brett/multibuild.git
6 changes: 1 addition & 5 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ EXTRA_WHEELS_URL=https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.s
function pre_build {
# Any stuff that you need to do before you start building the wheels
# Runs in the root directory of this repository.
# Pin wheel version that auditwheel sees. Auditwheel current installed for
# Python 3.6.
if [ -z "$IS_OSX" ]; then
/opt/python/cp36-cp36m/bin/python -m pip install wheel==0.31.1
fi
:
}

function pip_opts {
Expand Down
2 changes: 1 addition & 1 deletion multibuild

0 comments on commit c4a8e95

Please sign in to comment.