We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8178b01 commit d1d4139Copy full SHA for d1d4139
dev/tasks/python-wheels/travis.osx.yml
@@ -45,14 +45,13 @@ env:
45
- TRAVIS_TAG={{ task.tag }}
46
- PYARROW_VERSION={{ arrow.no_rc_version }}
47
- PYARROW_BUILD_VERBOSE=1
48
- - HOMEBREW_NO_AUTO_UPDATE=1
49
- MB_PYTHON_VERSION={{ python_version }}
50
- MACOSX_DEPLOYMENT_TARGET={{ macos_deployment_target }}
51
- ARROW_S3={{ arrow_s3 }}
52
53
before_install:
54
- git clone https://github.com/matthew-brett/multibuild
55
- - git -C multibuild checkout 68a4af043e2adb0d9353d4a0e1f3d871203237aa
+ - git -C multibuild checkout 8882150df6529658700b66bec124dfb77eefca26
56
57
- git clone --no-checkout {{ arrow.remote }} arrow
58
- git -C arrow fetch -t {{ arrow.remote }} {{ arrow.branch }}
0 commit comments