We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67013bf commit 8867b8fCopy full SHA for 8867b8f
1 file changed
azure-pipelines.yml
@@ -659,6 +659,10 @@ 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
+ brew version
665
+
666
echo == Remove pre-installed azure-cli ==
667
brew uninstall azure-cli
668
0 commit comments