raulcd commented on code in PR #41041:
URL: https://github.com/apache/arrow/pull/41041#discussion_r1622009508
##########
dev/tasks/python-minimal-build/github.linux.yml:
##########
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
{{ macros.github_set_env(env) }}
steps:
- {{ macros.github_checkout_arrow(submodules=false)|indent }}
+ {{ macros.github_checkout_arrow(fetch_depth=0, submodules=false)|indent
}}
Review Comment:
Yes, that's exactly the case. I realized while testing that the version was
not generated correctly due to the missing tags, adding `fetch_depth=0` pulls
the tags and generates the correct version for pyarrow.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]