We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f742a66 commit f93714bCopy full SHA for f93714b
ci/build_docs.sh
@@ -22,8 +22,8 @@ if [ x"$DOC_BUILD" != x"" ]; then
22
echo "Will build docs"
23
24
source activate pandas
25
- conda install -n pandas -c r r rpy2 --yes
26
+ # install sudo deps
27
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
28
29
mv "$TRAVIS_BUILD_DIR"/doc /tmp
ci/requirements-3.5_DOC_BUILD.sh
@@ -2,6 +2,8 @@
2
3
4
5
-echo "install DOC_BUILD"
+echo "[install DOC_BUILD deps]"
6
7
conda install -n pandas -c conda-forge feather-format
8
+
9
+conda install -n pandas -c r r rpy2 --yes
0 commit comments