Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit d50b8c8

Browse files
committed
don't install already installed python3
1 parent d956297 commit d50b8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tasks/gandiva-jars/travis.osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ script:
5353
- dev/tasks/gandiva-jars/build-cpp-osx.sh || travis_terminate 1
5454
- dev/tasks/gandiva-jars/build-java.sh || travis_terminate 1
5555
# deploy using crossbow
56-
- brew install libgit2 python3
56+
- brew install libgit2
5757
- pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz
5858
- >
5959
python3 dev/tasks/crossbow.py

0 commit comments

Comments
 (0)