File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments