diff --git a/.azure-pipelines/templates/azdev_setup.yml b/.azure-pipelines/templates/azdev_setup.yml index 10cb77e1c34..6265ec48385 100644 --- a/.azure-pipelines/templates/azdev_setup.yml +++ b/.azure-pipelines/templates/azdev_setup.yml @@ -31,6 +31,8 @@ steps: if [ "${{ parameters.EnableCompactAAZ }}" == 'True' ]; then python $CLI_REPO_PATH/scripts/compact_aaz.py fi + pip uninstall -y knack + pip install git+https://github.com/jiasli/knack@py311 displayName: 'azdev setup' env: CLI_REPO_PATH: ${{ parameters.CLIRepoPath }}