Skip to content

Commit 5aff85e

Browse files
DOC/CI: ensure correct pandas version (GH15311)
1 parent 7d6afc4 commit 5aff85e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/build_docs.sh

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ if [ x"$DOC_BUILD" != x"" ]; then
2222
echo "Will build docs"
2323

2424
source activate pandas
25-
conda install -n pandas -c r r rpy2 --yes
2625

2726
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
2827

ci/requirements-3.5_DOC_BUILD.sh

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ source activate pandas
55
echo "install DOC_BUILD"
66

77
conda install -n pandas -c conda-forge feather-format
8+
9+
conda install -n pandas -c r r rpy2 --yes

0 commit comments

Comments
 (0)