We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7375c commit 445923aCopy full SHA for 445923a
azure-pipelines.yml
@@ -659,6 +659,9 @@ jobs:
659
python_version=3.12
660
brew unlink python@$python_version && brew link --overwrite python@$python_version
661
662
+ # update homebrew to latest version in case the formula is not compatible with the current homebrew version
663
+ brew update
664
+
665
echo == Remove pre-installed azure-cli ==
666
brew uninstall azure-cli
667
0 commit comments