diff --git a/dev/tasks/python-wheels/travis.osx.yml b/dev/tasks/python-wheels/travis.osx.yml index 99e8591d013d..99c667a64507 100644 --- a/dev/tasks/python-wheels/travis.osx.yml +++ b/dev/tasks/python-wheels/travis.osx.yml @@ -45,14 +45,13 @@ env: - TRAVIS_TAG={{ task.tag }} - PYARROW_VERSION={{ arrow.no_rc_version }} - PYARROW_BUILD_VERBOSE=1 - - HOMEBREW_NO_AUTO_UPDATE=1 - MB_PYTHON_VERSION={{ python_version }} - MACOSX_DEPLOYMENT_TARGET={{ macos_deployment_target }} - ARROW_S3={{ arrow_s3 }} before_install: - git clone https://github.com/matthew-brett/multibuild - - git -C multibuild checkout 68a4af043e2adb0d9353d4a0e1f3d871203237aa + - git -C multibuild checkout 8882150df6529658700b66bec124dfb77eefca26 - git clone --no-checkout {{ arrow.remote }} arrow - git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}