Skip to content

Commit

Permalink
[CI] Fix conda-integration build
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Oct 3, 2023
1 parent d428ef4 commit 2271a36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/docker/conda-integration.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ ARG go=1.19.13
# Install Archery and integration dependencies
COPY ci/conda_env_archery.txt /arrow/ci/

# Pin Python until pythonnet is made compatible with 3.12
# (https://github.com/pythonnet/pythonnet/pull/2249)
RUN mamba install -q -y \
--file arrow/ci/conda_env_archery.txt \
"python>=3.7" \
"python>=3.7 && python < 3.12" \
numpy \
compilers \
maven=${maven} \
Expand Down

0 comments on commit 2271a36

Please sign in to comment.