Browse Source

[ci] unlink python2 to fix OSX setup

Aleksandr Kuzmenko 5 năm trước cách đây
mục cha
commit
3a34e111c4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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