Skip to content
Snippets Groups Projects
Commit c1f49af1 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Update wheel support

parent 2a82ac5b
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,9 @@ else
log_info "Using pip: ${use_pip}"
fi
# Upgrade wheel generation library to avoid bugs
run_cmd ${use_pip} install --upgrade wheel
use_python=`which python`
if [ -z "${use_python}" ]; then
log_error "Cannot find python, aborting..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment