macOS CI: fix package conflicts due to Homebrew's Python 2
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
set -e
|
||||
|
||||
brew update
|
||||
# Python 2 may cause conflicts on dependency installation
|
||||
brew unlink python@2 || true
|
||||
|
||||
Reference in New Issue
Block a user