소스 검색

[ci] unlink python2 to fix OSX setup

Aleksandr Kuzmenko 5 년 전
부모
커밋
3a34e111c4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      extra/azure-pipelines/build-mac.yml

+ 1 - 0
extra/azure-pipelines/build-mac.yml

@@ -16,6 +16,7 @@ jobs:
       - script: |
           set -ex
           brew update || brew update || brew update
+          brew unlink python@2
           brew bundle --file=tests/Brewfile --no-upgrade
         displayName: Install dependencies
       - template: install-neko-snapshot.yaml