Try unlinking python2 first

This commit is contained in:
John Maguire 2019-12-29 20:35:20 +00:00
parent 8f0f24f393
commit 5ee0a63a4f
1 changed files with 3 additions and 0 deletions

View File

@ -686,6 +686,9 @@ jobs:
echo 'export GST_SCANNER_PATH=/usr/local/opt/gstreamer/libexec/gstreamer-1.0/gst-plugin-scanner' >> $BASH_ENV
echo 'export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0' >> $BASH_ENV
source $BASH_ENV
- run:
name: Unlink Python 2
command: brew unlink python@2
- run:
name: Install dependencies from homebrew
command: >