diff options
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-x | install-deps.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-deps.sh b/install-deps.sh index c5dd7df5a94..56f74a6795e 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -458,6 +458,7 @@ function preload_wheels_for_tox() { if test "$require" && ! test -d wheelhouse ; then type python3 > /dev/null 2>&1 || continue activate_virtualenv $top_srcdir || exit 1 + python3 -m pip install --upgrade pip populate_wheelhouse "wheel -w $wip_wheelhouse" $require $constraint || exit 1 mv $wip_wheelhouse wheelhouse md5sum $require_files $constraint_files > $md5 |