Skip to content

Commit a1a57d8

Browse files
committed
Avoid rebuilding wheel because it currently fails and manually install build to keep investigating
1 parent 11135bf commit a1a57d8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/scripts/python_wheel_windows_build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ set ARROW_HOME=C:\arrow-dist
196196

197197
pushd C:\arrow\python
198198

199+
@REM TODO: Remove once docker rebuild works correctly
200+
@REM See: https://github.com/apache/arrow/issues/48947
201+
%PYTHON_CMD% -m pip install -U build || exit /B 1
202+
199203
@REM Build wheel
200204
%PYTHON_CMD% -m build --wheel . ^
201205
-Csetup-args="-Dbuildtype=%CMAKE_BUILD_TYPE%" ^

0 commit comments

Comments
 (0)