We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efa5d4 commit 17bee63Copy full SHA for 17bee63
ci/scripts/python_build.bat
@@ -134,6 +134,6 @@ pushd %SOURCE_DIR%\python
134
%PYTHON_CMD% -m pip install -r requirements-build.txt || exit /B 1
135
136
@REM Build PyArrow
137
-%PYTHON_CMD% -m pip install --no-deps --no-build-isolation -vv --vsenv . || exit /B 1
+%PYTHON_CMD% -m pip install --no-deps --no-build-isolation -vv -Csetup-args="--vsenv" . || exit /B 1
138
139
popd
0 commit comments