You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/01 12:28:38 UTC

[GitHub] [arrow] raulcd commented on pull request #13491: ARROW-16955: [CI] Upgrade to setup-python action v4

raulcd commented on PR #13491:
URL: https://github.com/apache/arrow/pull/13491#issuecomment-1172294552

   @zeroshade I don't think the failure has anything to do with the change I made as the python version installed for archery is a different one than the used inside the docker container but I wanted to validate with you if you think it might be related. Have you seen this failure before? I have tried locally and it worked:
   ```
   $ DEBIAN=11 docker-compose run --rm debian-go-cgo-python
   ...
   + python test_export_to_cgo.py
   test_get_batch (__main__.TestGoToPython) ... ok
   test_get_schema (__main__.TestGoToPython) ... ok
   test_record_batch (__main__.TestPythonToGo) ... record batch matches huzzah!
   ok
   test_schema (__main__.TestPythonToGo) ... schema matches! Huzzah!
   ok
   test_batch_roundtrip (__main__.TestRoundTrip) ... ok
   test_schema_roundtrip (__main__.TestRoundTrip) ... ok
   
   ----------------------------------------------------------------------
   Ran 6 tests in 0.045s
   
   OK
   ...
   ```
   and the version is the same one that gets installed on the runner:
   ```
   $ DEBIAN=11 docker-compose run --rm debian-go-cgo-python /bin/bash
   root@88d538328e7f:/go# python --version
   Python 3.9.2
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org