Skip to content

Commit

Permalink
Update test_source.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 committed May 13, 2022
1 parent a6e3adf commit e8bcc94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/test_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -ex
# Install CLI & CLI testsdk
echo "Installing azure-cli-testsdk, azure-cli-core, azure-cli from source code"
git clone https://github.com/Azure/azure-cli --depth 1
# Because the new version has breaking change, so bump to 1.21.1
pip install azure-core==1.21.1
pip install -e azure-cli/src/azure-cli-testsdk
pip install -e azure-cli/src/azure-cli-core
pip install -e azure-cli/src/azure-cli
Expand Down

0 comments on commit e8bcc94

Please sign in to comment.