jorisvandenbossche commented on code in PR #43965:
URL: https://github.com/apache/arrow/pull/43965#discussion_r1761193121


##########
dev/tasks/python-wheels/github.osx.yml:
##########
@@ -131,11 +136,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:
   ```suggestion
             arch -{{ arch }} pip install --pre \
   ```



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

Reply via email to