Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions dev/tasks/python-wheels/travis.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down