Skip to content

Commit

Permalink
WIP: Fix CI failure in python substrait integration
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Jun 25, 2024
1 parent b0d8d82 commit 499c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/conda-python-substrait.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM ${repo}:${arch}-conda-python-${python}
COPY ci/conda_env_python.txt \
ci/conda_env_sphinx.txt \
/arrow/ci/
RUN mamba install -q -y \
RUN mamba install -q -y -v \
--file arrow/ci/conda_env_python.txt \
--file arrow/ci/conda_env_sphinx.txt \
$([ "$python" == "3.9" ] && echo "pickle5") \
Expand Down

0 comments on commit 499c031

Please sign in to comment.