mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user