Skip to content

Commit 41d4d0b

Browse files
committed
overwrite 3.13
1 parent 445923a commit 41d4d0b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,8 @@ jobs:
656656
set -ev
657657
# Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS-12 image
658658
# See: https://github.com/Azure/azure-cli/issues/29054
659-
python_version=3.12
660-
brew unlink python@$python_version && brew link --overwrite python@$python_version
659+
brew unlink python@$3.12 && brew link --overwrite python@$3.12
660+
brew unlink python@3.13 && brew link --overwrite python@3.13
661661
662662
# update homebrew to latest version in case the formula is not compatible with the current homebrew version
663663
brew update
@@ -666,6 +666,7 @@ jobs:
666666
brew uninstall azure-cli
667667
668668
echo == Install azure-cli.rb formula ==
669+
669670
brew install --build-from-source $SYSTEM_ARTIFACTSDIRECTORY/homebrew/azure-cli.rb
670671
671672
echo == Az Version ==

0 commit comments

Comments
 (0)