From 5530cbfe5ddf082f00f1af25416b04923cbe29b9 Mon Sep 17 00:00:00 2001 From: ZelinWang Date: Mon, 18 Nov 2024 16:30:08 +0800 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 6b2349aba5e..49ed11eed96 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,15 +65,15 @@ jobs: run: | set -ev cd ./azure-cli - git checkout f205ee442b992525947ca88edca1254ba8fc278b - git switch -c f205ee442b992525947ca88edca1254ba8fc278b + git checkout f98ba8062f08bf5b7460260c56916bd3074bf9e5 + git switch -c f98ba8062f08bf5b7460260c56916bd3074bf9e5 - name: Check Out Azure CLI Extensions Commits run: | set -ev cd ./azure-cli-extensions - git checkout fc5ae181336f94ac899495a46d1bf47ce1614efa - git switch -c fc5ae181336f94ac899495a46d1bf47ce1614efa + git checkout fb4789b71446378d91abd47359d389f6fc369663 + git switch -c fb4789b71446378d91abd47359d389f6fc369663 - name: Set Up Python Environment run: | @@ -102,7 +102,6 @@ jobs: run: | set -ev source ./env/bin/activate - pip install distro xmltodict~=0.12 websocket-client~=1.3.1 sshtunnel~=0.1.4 semver==2.13.0 az --version azdev extension add "*" azdev statistics list-command-table CLI --statistics-only