kou commented on code in PR #46705:
URL: https://github.com/apache/arrow/pull/46705#discussion_r2127422952


##########
dev/release/verify-release-candidate.sh:
##########
@@ -902,7 +902,8 @@ test_linux_wheels() {
       if ! VENV_ENV=wheel-${pyver}-${platform} PYTHON_VERSION=${pyver} 
maybe_setup_virtualenv; then
         continue
       fi
-      pip install 
pyarrow-${TEST_PYARROW_VERSION:-${VERSION}}-cp${pyver/.}-cp${python/.}-${platform}.whl
+      find . -name 
pyarrow-${TEST_PYARROW_VERSION:-${VERSION}}-cp${pyver/.}-cp${python/.}-*.whl | 
grep -E "${platform}" | \

Review Comment:
   ```suggestion
         ls 
pyarrow-${TEST_PYARROW_VERSION:-${VERSION}}-cp${pyver/.}-cp${python/.}-*.whl | 
grep -E "${platform}" | \
   ```



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

Reply via email to