Explorar o código

[ci] unlink python2 to fix OSX setup

Aleksandr Kuzmenko %!s(int64=5) %!d(string=hai) anos
pai
achega
3a34e111c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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