kou commented on code in PR #35057:
URL: https://github.com/apache/arrow/pull/35057#discussion_r1163667294


##########
ci/docker/conda-python.dockerfile:
##########
@@ -22,10 +22,12 @@ FROM ${repo}:${arch}-conda-cpp
 # install python specific packages
 ARG python=3.8
 COPY ci/conda_env_python.txt \
+     ci/conda_env_python_unix.txt \
      ci/conda_env_sphinx.txt \
      /arrow/ci/
 RUN mamba install -q -y \
         --file arrow/ci/conda_env_python.txt \
+        --file arrow/ci/conda_env_python_unix.txt \

Review Comment:
   I think that this approach is better. See also: 
https://github.com/apache/arrow/pull/35024#issuecomment-1504133502
   
   But it's not a strong opinion because I'm not a conda user. I follow 
opinions from developers who use conda.



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