Skip to content

Commit 17bee63

Browse files
committed
Try vsenv flag on windows
1 parent 6efa5d4 commit 17bee63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/python_build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ pushd %SOURCE_DIR%\python
134134
%PYTHON_CMD% -m pip install -r requirements-build.txt || exit /B 1
135135

136136
@REM Build PyArrow
137-
%PYTHON_CMD% -m pip install --no-deps --no-build-isolation -vv --vsenv . || exit /B 1
137+
%PYTHON_CMD% -m pip install --no-deps --no-build-isolation -vv -Csetup-args="--vsenv" . || exit /B 1
138138

139139
popd

0 commit comments

Comments
 (0)