Skip to content

Commit f93714b

Browse files
DOC/CI: ensure correct pandas version (GH15311) (#15317)
1 parent f742a66 commit f93714b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ci/build_docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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

26+
# install sudo deps
2727
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
2828

2929
mv "$TRAVIS_BUILD_DIR"/doc /tmp

ci/requirements-3.5_DOC_BUILD.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
source activate pandas
44

5-
echo "install DOC_BUILD"
5+
echo "[install DOC_BUILD deps]"
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)