diff --git a/install-deps.sh b/install-deps.sh index 0df7fdd80c3812..a5f91b9a1d6ef6 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -497,7 +497,7 @@ find . -name tox.ini | while read ini ; do for interpreter in python2.7 python3 ; do type $interpreter > /dev/null 2>&1 || continue activate_virtualenv $top_srcdir $interpreter || exit 1 - populate_wheelhouse "download -d $wip_wheelhouse" $require $constraint || exit 1 + populate_wheelhouse "wheel -w $wip_wheelhouse" $require $constraint || exit 1 done mv $wip_wheelhouse wheelhouse md5sum $require_files $constraint_files > $md5