lysnikolaou commented on code in PR #43965: URL: https://github.com/apache/arrow/pull/43965#discussion_r1763329428
########## 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: Right! I changed the step to include a conditional. -- 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