You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/04/12 06:14:11 UTC

[GitHub] [arrow] kou commented on a diff in pull request #35057: GH-35056: [Python][CI] Don't install gdb on Windows

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org