Преглед изворни кода

[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