raulcd commented on issue #36827:
URL: https://github.com/apache/arrow/issues/36827#issuecomment-1649859041

   I have usually reproduced the python wheel generation on our CI with for 
example:
   ```
   $ PYTHON=3.11 docker-compose build --no-cache --progress plain 
python-wheel-manylinux-2014
   $ PYTHON=3.11 docker-compose run --rm python-wheel-manylinux-2014
   ```
   You can also run our wheel tests (once generated) with:
   ```
   $ docker-compose build --no-cache --progress plain 
python-wheel-manylinux-test-unittests
   $ docker-compose run --rm python-wheel-manylinux-test-unittests
   ```
   I haven't tested those right now but I have used them in the past.


-- 
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]

Reply via email to