Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test for another_pep420 branch
  • Loading branch information
arrownj committed Aug 18, 2020
commit 9d02ac467567c2cd60216cfb61776ffb68376f8a
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
pip install pytest-cov

# azdev setup
git clone --quiet https://github.com/Azure/azure-cli.git
git clone --quiet https://github.com/Azure/azure-cli.git@another_pep420
git clone --quiet https://github.com/Azure/azure-cli-extensions.git
azdev setup -c ./azure-cli -r ./azure-cli-extensions

Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python -m venv env
. env/bin/activate
pip install -U pip setuptools wheel -q
pip install $(find ${BUILD_ARTIFACTSTAGINGDIRECTORY}/pypi -name *.tar.gz) -q
git clone https://github.com/Azure/azure-cli.git
git clone https://github.com/Azure/azure-cli.git@another_pep420
git clone https://github.com/Azure/azure-cli-extensions.git
azdev setup -c -r azure-cli-extensions