From 6929f3d2c703059e7cae357177afffe03d9ea32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Fri, 31 Jan 2020 19:21:30 +0100 Subject: [PATCH] fix crossbow path --- dev/tasks/gandiva-jars/travis.osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tasks/gandiva-jars/travis.osx.yml b/dev/tasks/gandiva-jars/travis.osx.yml index 34c6c6d489d3d..a07182ca10148 100644 --- a/dev/tasks/gandiva-jars/travis.osx.yml +++ b/dev/tasks/gandiva-jars/travis.osx.yml @@ -56,7 +56,7 @@ script: # deploy using crossbow - brew install libgit2 python3 - pip3 install click github3.py jinja2 jira pygit2 ruamel.yaml setuptools_scm toolz - - python arrow/dev/tasks/crossbow.py \ + - python3 dev/tasks/crossbow.py \ --queue-path . \ --queue-remote {{ queue.remote_url }} \ upload-artifacts \