Skip to content
Prev Previous commit
Use normal azdev
  • Loading branch information
bebound committed Jul 17, 2023
commit 9ba55d8f2d6ceb3c7554f5568517247a58a742c8
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/azdev_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
chmod +x env/bin/activate
. env/bin/activate
python -m pip install -U pip
pip install git+https://github.com/dciborow/azure-cli-dev-tools.git@dciborow/pylint
pip install azdev
azdev --version

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