pitrou commented on code in PR #45040:
URL: https://github.com/apache/arrow/pull/45040#discussion_r1889892043
##########
dev/tasks/python-wheels/github.linux.yml:
##########
@@ -19,6 +19,16 @@
{{ macros.github_header() }}
+# Testing free-threaded wheels uses a different Docker setup
+{% set test_imports_image = (
+ 'python-free-threaded-wheel-manylinux-test-imports' if python_abi_tag ==
'cp313t'
+ else 'python-wheel-manylinux-test-imports')
+%}
+{% set test_unittests_image = (
+ 'python-free-threaded-wheel-manylinux-test-unittests' if python_abi_tag ==
'cp313t'
+ else 'python-wheel-manylinux-test-unittests')
+%}
+
Review Comment:
Hmm, I don't know, both are uncommon to me :) Feel free to open a fixup PR
if you want.
--
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]