kou commented on code in PR #46062:
URL: https://github.com/apache/arrow/pull/46062#discussion_r2036285942
##########
python/requirements-wheel-build.txt:
##########
@@ -1,3 +1,4 @@
+build
Review Comment:
We may need this temporary:
```diff
diff --git a/dev/tasks/python-wheels/github.windows.yml
b/dev/tasks/python-wheels/github.windows.yml
index 063ec1d632..bb9e630aa1 100644
--- a/dev/tasks/python-wheels/github.windows.yml
+++ b/dev/tasks/python-wheels/github.windows.yml
@@ -69,9 +69,9 @@ jobs:
@rem pulled caches when build an image.
echo on
archery docker pull --no-ignore-pull-failures
%TEST_IMAGE_PREFIX%-wheel-windows-vs2022
- if errorlevel 1 (
+ @rem if errorlevel 1 (
archery docker build --no-pull
%TEST_IMAGE_PREFIX%-wheel-windows-vs2022 || exit /B 1
- )
+ @rem )
archery docker run --no-build -e
SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }}
%TEST_IMAGE_PREFIX%-wheel-windows-vs2022
- uses: actions/upload-artifact@v4
```
--
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