Skip to content

Commit

Permalink
{CI} pip Install testsdk remove the --no-deps parameter (#4824)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzelin007 authored May 16, 2022
1 parent 4305dbc commit de460da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/test_source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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
find azure-cli/src/ -name setup.py -type f | xargs -I {} dirname {} | xargs pip install --no-deps
find azure-cli/src/ -name setup.py -type f | xargs -I {} dirname {} | grep -v azure-cli-testsdk | xargs -I {} pip install --editable {} --no-deps
pip install --editable azure-cli/src/azure-cli-testsdk
pip install -r azure-cli/src/azure-cli/requirements.py3.$(uname).txt
echo "Installed."

Expand Down

0 comments on commit de460da

Please sign in to comment.