devops: use pip3 to install azure-cli instead of pip (#16085)

This commit is contained in:
Max Schmitt 2022-08-01 11:44:35 +02:00 committed by GitHub
parent 8027bd375e
commit e85228fe91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ function ensure_docker_container {
# Install AZ CLI with Python since they do not ship
# aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368
# Pin so future releases dont break us.
pip install azure-cli==2.38.0
pip3 install azure-cli==2.38.0
fi
if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then