Commit 12dd61a1 authored by Andrew Murray's avatar Andrew Murray
Browse files

Ensure wheel is installed before import

parent 07f10c34
......@@ -444,7 +444,7 @@ function install_wheel {
check_python
check_pip
$PIP_CMD install packaging
$PIP_CMD install packaging wheel
local supported_wheels=$($PYTHON_EXE $MULTIBUILD_DIR/supported_wheels.py $wheelhouse/*.whl)
if [ -z "$supported_wheels" ]; then
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