kou commented on issue #279: URL: https://github.com/apache/arrow-julia/issues/279#issuecomment-1024000808
It seems that we can run test in source archive by the following: ```console $ wget https://github.com/apache/arrow-julia/archive/refs/tags/v2.2.0.tar.gz $ tar xvf v2.2.0.tar.gz $ cd arrow-julia-2.2.0 $ julia --project -e 'import Pkg; Pkg.build(); Pkg.test()' ``` -- 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]
