Unverified Commit 3821310e authored by Matti Picus's avatar Matti Picus Committed by GitHub
Browse files

Merge pull request #509 from radarhere/wheel

Ensure wheel is installed before import
parents 51db74d1 12dd61a1
...@@ -444,7 +444,7 @@ function install_wheel { ...@@ -444,7 +444,7 @@ function install_wheel {
check_python check_python
check_pip check_pip
$PIP_CMD install packaging $PIP_CMD install packaging wheel
local supported_wheels=$($PYTHON_EXE $MULTIBUILD_DIR/supported_wheels.py $wheelhouse/*.whl) local supported_wheels=$($PYTHON_EXE $MULTIBUILD_DIR/supported_wheels.py $wheelhouse/*.whl)
if [ -z "$supported_wheels" ]; then if [ -z "$supported_wheels" ]; then
echo "ERROR: no supported wheels found" echo "ERROR: no supported wheels found"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment