ci: Unlink python@2 for macOS

Dependency resolution resulting in installation of 'python' will grab
python@3 which conflicts with existing python@2 installation's symlinks.
Unlink python@2 for now so python@3 can install cleanly.
This commit is contained in:
Matt Borgerson 2020-01-02 14:45:53 -07:00 committed by mborgerson
parent 3cbe585b59
commit d57fa78169
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- name: Install Dependencies
run: |
brew update
brew unlink python@2
brew install \
glib \
pixman \