Skip to content
Open
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
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/azdev_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
# against the environment instead of an isolated PEP 517 env under
# setuptools>=79. It is not on PyPI yet; switch this to
# `pip install --upgrade "azdev==0.2.12"` once published to PyPI.
pip install --upgrade "git+https://github.com/Azure/azure-cli-dev-tools.git@644d296d9ca9b322b438d5ca21141b247258d0e5#egg=azdev"
pip install --upgrade "azdev==0.2.12"
azdev --version

if [ -z "$CLI_EXT_REPO_PATH" ]; then
Expand Down
Loading