Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit c3abe8b

Browse files
committed
MNT: Fix CircleCI builds by unpinning + full docs for PRs
1 parent fc469d9 commit c3abe8b

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

.circleci/config.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,7 @@ jobs:
99
- MKL_NUM_THREADS: 2
1010
- MINICONDA_PATH: ~/miniconda
1111
- CONDA_ENV_NAME: testenv
12-
- PYTHON_VERSION: 3.6
13-
- NUMPY_VERSION: 1.14.6
14-
- SKLEARN_VERSION: 0.20.4
15-
- SCIPY_VERSION: 1.1.0
16-
- MATPLOTLIB_VERSION: 2.1.1
17-
# on conda, this is the latest for python 3.5
18-
# The following places need to be in sync with regard to Cython version:
19-
# - .circleci config file
20-
# - sklearn/_build_utils/__init__.py
21-
# - advanced installation guide
22-
- CYTHON_VERSION: 0.28.5
23-
- SCIKIT_IMAGE_VERSION: 0.13
12+
- PYTHON_VERSION: 3.7
2413
steps:
2514
- checkout
2615
- run: ./build_tools/circle/checkout_merge_commit.sh

build_tools/circle/build_doc.sh

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ if [[ "$CIRCLE_BRANCH" =~ ^master$|^[0-9]+\.[0-9]+\.X$ && -z "$CI_PULL_REQUEST"
121121
then
122122
# PDF linked into HTML
123123
make_args="dist LATEXMKOPTS=-halt-on-error"
124-
elif [[ "$build_type" =~ ^QUICK ]]
125-
then
126-
make_args=html-noplot
127124
elif [[ "$build_type" =~ ^'BUILD: detected examples' ]]
128125
then
129126
# pattern for examples to run is the last line of output
@@ -168,10 +165,10 @@ fi
168165

169166
# packaging won't be needed once setuptools starts shipping packaging>=17.0
170167
conda create -n $CONDA_ENV_NAME --yes --quiet python="${PYTHON_VERSION:-*}" \
171-
numpy="${NUMPY_VERSION:-*}" scipy="${SCIPY_VERSION:-*}" \
172-
cython="${CYTHON_VERSION:-*}" pytest coverage \
173-
matplotlib="${MATPLOTLIB_VERSION:-*}" sphinx=2.1.2 pillow \
174-
scikit-image="${SCIKIT_IMAGE_VERSION:-*}" pandas="${PANDAS_VERSION:-*}" \
168+
numpy scipy \
169+
cython pytest coverage \
170+
matplotlib sphinx pillow \
171+
scikit-image pandas \
175172
joblib memory_profiler packaging
176173

177174
export MPLBACKEND="agg"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy