jorisvandenbossche commented on code in PR #43602:
URL: https://github.com/apache/arrow/pull/43602#discussion_r1707382155
##########
dev/release/02-source-test.rb:
##########
@@ -84,6 +84,7 @@ def test_csharp_git_commit_information
def test_python_version
source
Dir.chdir("#{@tag_name_no_rc}/python") do
+ sh("pip", "install", "numpy")
Review Comment:
Yes, running sdist should in theory not need numpy I think, and is probably
solved by moving the import inline
--
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]