Skip to content

Commit

Permalink
pin pandas in the dask integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jan 30, 2020
1 parent 8b42288 commit 083221c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/conda-python-dask.dockerfile
Expand Up @@ -23,3 +23,6 @@ FROM ${repo}:${arch}-conda-python-${python}
ARG dask=latest
COPY ci/scripts/install_dask.sh /arrow/ci/scripts/
RUN /arrow/ci/scripts/install_dask.sh ${dask}

# The Spark tests currently break with pandas >= 1.0
RUN conda install pandas=0.25.3

0 comments on commit 083221c

Please sign in to comment.