Skip to content

Commit

Permalink
Fix circle.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeilepp committed Sep 22, 2016
1 parent 62b3bbd commit 4e9e4b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ dependencies:
else
echo "Conda already set up.";
fi
# Te get around "raise EOFError" from Sphinx, we can follow
# https://github.com/sphinx-doc/sphinx/issues/2670 and do:
- if conda list -n circleenv sphinx; then
conda remove -n circleenv --yes sphinx;
fi;
- conda install -n circleenv --yes numpy scipy scikit-learn mayavi matplotlib sphinx pillow six IPython pandas;
- ls -al /home/ubuntu/miniconda;
- ls -al /home/ubuntu/miniconda/bin;
Expand Down

0 comments on commit 4e9e4b7

Please sign in to comment.