osx..before_install.sh 128 B

12345678
  1. #!/usr/bin/env bash
  2. set -e
  3. brew update
  4. # Python 2 may cause conflicts on dependency installation
  5. brew unlink python@2 || true