Skip to content

Commit bc3c885

Browse files
Azure CLI install latest version in sanity workflows (#3642)
* checking AZ CLI version in ml ext installation workflow * adding latest version of az cli * adding latest version of az cli via url
1 parent dfa9ffa commit bc3c885

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cli-basic-installation-basic-installation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
steps:
2828
- name: check out repo
2929
uses: actions/checkout@v2
30+
- name: Install latest Azure CLI
31+
run: |
32+
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
33+
- name: Check Azure CLI version
34+
run: az --version
3035
- name: azure login
3136
uses: azure/login@v1
3237
with:

0 commit comments

Comments
 (0)