Skip to content

Commit

Permalink
CI: Use regular solver for docker build (pandas-dev#50341)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Dec 19, 2022
1 parent 3c55eee commit 083d030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apt-get install -y build-essential
RUN apt-get install -y libhdf5-dev

RUN python -m pip install --upgrade pip
RUN python -m pip install --use-deprecated=legacy-resolver \
RUN python -m pip install \
-r https://raw.githubusercontent.com/pandas-dev/pandas/main/requirements-dev.txt
CMD ["/bin/bash"]

0 comments on commit 083d030

Please sign in to comment.