Skip to content

Commit 96b0b8f

Browse files
authored
Fix circle-ci builds (#450)
* FIX circle ci yaml file (remove requirements.txt) * circle ci: build docs on all branches
1 parent fdd6c25 commit 96b0b8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

circle.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ dependencies:
2525
- pip install --upgrade pip
2626
- pip install --upgrade numpy
2727
- pip install --upgrade scipy
28-
- pip install git+https://github.com/mfeurer/liac-arff.git
2928
# install documentation building dependencies
3029
- pip install --upgrade matplotlib setuptools nose coverage sphinx pillow sphinx-gallery sphinx_bootstrap_theme cython numpydoc scikit-learn nbformat nbconvert
3130
# Installing required packages for `make -C doc check command` to work.
3231
- sudo -E apt-get -yq update
3332
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra
34-
# finally install the requirements of the package to allow autodoc
35-
- pip install -r requirements.txt
3633

3734
# The --user is needed to let sphinx see the source and the binaries
3835
# The pipefail is requested to propagate exit code
@@ -58,8 +55,3 @@ general:
5855
artifacts:
5956
- "doc/_build/html"
6057
- "~/log.txt"
61-
# Restric the build to the branch master only
62-
branches:
63-
only:
64-
- master
65-
- develop

0 commit comments

Comments
 (0)