Skip to content

Commit 94221c9

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ci/build_docs.sh

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +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
26-
27-
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
2825

2926
mv "$TRAVIS_BUILD_DIR"/doc /tmp
3027
cd /tmp/doc

ci/requirements-3.5_DOC_BUILD.sh

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ 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
10+
11+
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra

0 commit comments

Comments
 (0)