We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11135bf commit a1a57d8Copy full SHA for a1a57d8
1 file changed
ci/scripts/python_wheel_windows_build.bat
@@ -196,6 +196,10 @@ set ARROW_HOME=C:\arrow-dist
196
197
pushd C:\arrow\python
198
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
+
203
@REM Build wheel
204
%PYTHON_CMD% -m build --wheel . ^
205
-Csetup-args="-Dbuildtype=%CMAKE_BUILD_TYPE%" ^
0 commit comments