pitrou commented on code in PR #43965: URL: https://github.com/apache/arrow/pull/43965#discussion_r1763270672
########## dev/tasks/python-wheels/github.osx.yml: ########## @@ -136,11 +141,17 @@ jobs: - name: Test Wheel env: PYTEST_ADDOPTS: "-k 'not test_cancellation'" + PYTHON_GIL: 0 run: | $PYTHON -m venv test-env source test-env/bin/activate pip install --upgrade pip wheel - arch -{{ arch }} pip install -r arrow/python/requirements-wheel-test.txt + arch -{{ arch }} pip install --pre \ Review Comment: Shouldn't this be only for free-threaded wheels? Regular wheels should work fine with PyPI-originating packages, and we want to ensure that. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org