Skip to content

Commit d1d4139

Browse files
committed
pin newer multibuild to avoid updating brew
1 parent 8178b01 commit d1d4139

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tasks/python-wheels/travis.osx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ env:
4545
- TRAVIS_TAG={{ task.tag }}
4646
- PYARROW_VERSION={{ arrow.no_rc_version }}
4747
- PYARROW_BUILD_VERBOSE=1
48-
- HOMEBREW_NO_AUTO_UPDATE=1
4948
- MB_PYTHON_VERSION={{ python_version }}
5049
- MACOSX_DEPLOYMENT_TARGET={{ macos_deployment_target }}
5150
- ARROW_S3={{ arrow_s3 }}
5251

5352
before_install:
5453
- git clone https://github.com/matthew-brett/multibuild
55-
- git -C multibuild checkout 68a4af043e2adb0d9353d4a0e1f3d871203237aa
54+
- git -C multibuild checkout 8882150df6529658700b66bec124dfb77eefca26
5655

5756
- git clone --no-checkout {{ arrow.remote }} arrow
5857
- git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}

0 commit comments

Comments
 (0)