浏览代码

[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