devops: use pip3 to install azure-cli instead of pip (#16085)
This commit is contained in:
parent
8027bd375e
commit
e85228fe91
|
|
@ -157,7 +157,7 @@ function ensure_docker_container {
|
||||||
# Install AZ CLI with Python since they do not ship
|
# Install AZ CLI with Python since they do not ship
|
||||||
# aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368
|
# aarch64 to APT: https://github.com/Azure/azure-cli/issues/7368
|
||||||
# Pin so future releases dont break us.
|
# Pin so future releases dont break us.
|
||||||
pip install azure-cli==2.38.0
|
pip3 install azure-cli==2.38.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then
|
if [[ "${BUILD_FLAVOR}" == "firefox-"* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue