pitrou commented on code in PR #14499:
URL: https://github.com/apache/arrow/pull/14499#discussion_r1004540075


##########
ci/docker/python-wheel-windows-vs2017.dockerfile:
##########
@@ -81,7 +81,8 @@ ARG python=3.8
 RUN (if "%python%"=="3.7" setx PYTHON_VERSION "3.7.9" && setx PATH 
"%PATH%;C:\Python37;C:\Python37\Scripts") & \
     (if "%python%"=="3.8" setx PYTHON_VERSION "3.8.10" && setx PATH 
"%PATH%;C:\Python38;C:\Python38\Scripts") & \
     (if "%python%"=="3.9" setx PYTHON_VERSION "3.9.7" && setx PATH 
"%PATH%;C:\Python39;C:\Python39\Scripts") & \
-    (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.2" && setx PATH 
"%PATH%;C:\Python310;C:\Python310\Scripts")
+    (if "%python%"=="3.10" setx PYTHON_VERSION "3.10.2" && setx PATH 
"%PATH%;C:\Python310;C:\Python310\Scripts") & \

Review Comment:
   Yes, that was my assumption.



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