kszucs commented on a change in pull request #7785:
URL: https://github.com/apache/arrow/pull/7785#discussion_r455742672
##########
File path: dev/tasks/python-wheels/travis.osx.yml
##########
@@ -74,8 +72,8 @@ install:
# crossbow dependencies for deployment
- unset MACOSX_DEPLOYMENT_TARGET
- - pip3 install click ruamel.yaml setuptools_scm github3.py toolz
requests[security]
- - python3 arrow/dev/tasks/crossbow.py
+ - /usr/local/bin/pip3 install click ruamel.yaml setuptools_scm github3.py
toolz requests[security]
+ - /usr/local/bin/python3 arrow/dev/tasks/crossbow.py
Review comment:
There were ssl issues in the 3.5 build. I hope using the brew python
will solve that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]