Merge "Remove python 2 workaround in fetch_wheels.sh"

This commit is contained in:
Zuul 2022-04-27 22:12:02 +00:00 committed by Gerrit Code Review
commit a32aca4dc5
1 changed files with 1 additions and 7 deletions

View File

@ -2,13 +2,7 @@
set -ex
if [[ "${PYTHON3}" == "no" ]]; then
python=python2
else
python=python3
fi
${python} $(dirname $0)/fetch_wheels.py
python3 $(dirname $0)/fetch_wheels.py
mkdir -p /tmp/wheels/
# Exclude all files starting with '.' as these can be control files for