rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2690922776


##########
ci/scripts/python_wheel_windows_build.bat:
##########
@@ -135,6 +135,10 @@ pushd C:\arrow\python
 @REM Build wheel
 %PYTHON_CMD% setup.py bdist_wheel || exit /B 1
 
+@REM We first populate stub docstrings and then build the wheel
+%PYTHON_CMD% setup.py build_ext --inplace
+%PYTHON_CMD% -m pip install griffe libcst

Review Comment:
   I added running `dev\update_stub_docstrings.py`, so I suppose it's a noop 
now and we can keep it to make sure it doesn't fail before introducing actual 
stubs? This will keep CI logic out of stub PRs.



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