Skip to content

Commit 8826128

Browse files
authored
Update coverage.yml
1 parent 82c07bf commit 8826128

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
run: |
3939
set -ev
4040
source ./env/bin/activate
41+
pip install setuptools==70.0.0 wheel==0.30.0
4142
azdev setup -c ./azure-cli -r ./azure-cli-extensions --debug
4243
pip list -v
4344
@@ -46,7 +47,6 @@ jobs:
4647
set -ev
4748
source ./env/bin/activate
4849
az --version
49-
pip install setuptools==70.0.0 wheel==0.30.0
5050
azdev extension add "*"
5151
azdev statistics list-command-table CLI --statistics-only
5252
@@ -94,15 +94,15 @@ jobs:
9494
run: |
9595
set -ev
9696
source ./env/bin/activate
97+
pip install setuptools==70.0.0 wheel==0.30.0
9798
azdev setup -c ./azure-cli -r ./azure-cli-extensions --debug
9899
pip list -v
99100
100101
- name: List Azure CLI Commands
101102
run: |
102103
set -ev
103104
source ./env/bin/activate
104-
pip install distro xmltodict~=0.12 websocket-client~=1.3.1 sshtunnel~=0.1.4
105+
pip install distro xmltodict~=0.12 websocket-client~=1.3.1 sshtunnel~=0.1.4 semver==2.13.0
105106
az --version
106-
pip install setuptools==70.0.0 wheel==0.30.0
107107
azdev extension add "*"
108108
azdev statistics list-command-table CLI --statistics-only

0 commit comments

Comments
 (0)