We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12c915 commit e1c6cb0Copy full SHA for e1c6cb0
azure-pipelines.yml
@@ -654,9 +654,9 @@ jobs:
654
655
- bash: |
656
set -ev
657
- # Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS-12 image
+ # Force relink python@3.xx in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS
658
# See: https://github.com/Azure/azure-cli/issues/29054
659
- brew unlink python@$3.12 && brew link --overwrite python@$3.12
+ brew unlink python@3.12 && brew link --overwrite python@3.12
660
brew unlink python@3.13 && brew link --overwrite python@3.13
661
662
# update homebrew to latest version in case the formula is not compatible with the current homebrew version
0 commit comments