Skip to content

DOC/CI: ensure correct pandas version (GH15311) #15317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

jorisvandenbossche
Copy link
Member

closes #15311

ci/build_docs.sh Outdated
@@ -22,9 +22,6 @@ if [ x"$DOC_BUILD" != x"" ]; then
echo "Will build docs"

source activate pandas
conda install -n pandas -c r r rpy2 --yes

time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so this will fail (I already tried it!) as the sudo line has to be run in the 'top' script (IOW ci/build-docs.sh) and not the spawned script (e.g. what we are running), so need to move only the sudo line back here

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jorisvandenbossche jorisvandenbossche merged commit f93714b into pandas-dev:master Feb 6, 2017
AnkurDedania pushed a commit to AnkurDedania/pandas that referenced this pull request Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Travis doc build not run with master anymore
2 participants