Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 authored Nov 18, 2024
1 parent 8826128 commit 5530cbf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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

0 comments on commit 5530cbf

Please sign in to comment.