diff --git a/install-deps.sh b/install-deps.sh index f116c213b64c9..56cb67f5ae1d1 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -501,7 +501,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