Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 083221c

Browse files
committed
pin pandas in the dask integration test
1 parent 8b42288 commit 083221c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/docker/conda-python-dask.dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ FROM ${repo}:${arch}-conda-python-${python}
2323
ARG dask=latest
2424
COPY ci/scripts/install_dask.sh /arrow/ci/scripts/
2525
RUN /arrow/ci/scripts/install_dask.sh ${dask}
26+
27+
# The Spark tests currently break with pandas >= 1.0
28+
RUN conda install pandas=0.25.3

0 commit comments

Comments
 (0)