File tree Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Expand file tree Collapse file tree 2 files changed +4
-19
lines changed Original file line number Diff line number Diff line change @@ -108,21 +108,3 @@ jobs:
108
108
python ci/min_deps_check.py ci/requirements/py36-bare-minimum.yml
109
109
python ci/min_deps_check.py ci/requirements/py36-min-all-deps.yml
110
110
displayName: minimum versions policy
111
-
112
- - job : Docs
113
- pool :
114
- vmImage : ' ubuntu-16.04'
115
- steps :
116
- - template : ci/azure/install.yml
117
- parameters :
118
- env_file : ci/requirements/doc.yml
119
- - bash : |
120
- source activate xarray-tests
121
- # Replicate the exact environment created by the readthedocs CI
122
- conda install --yes --quiet -c pkgs/main mock pillow sphinx sphinx_rtd_theme
123
- displayName: Replicate readthedocs CI environment
124
- - bash : |
125
- source activate xarray-tests
126
- cd doc
127
- sphinx-build -W --keep-going -j auto -b html -d _build/doctrees . _build/html
128
- displayName: Build HTML docs
Original file line number Diff line number Diff line change 10
10
conda env create -n xarray-tests --file ${{ parameters.env_file }}
11
11
displayName : Install conda dependencies
12
12
13
+ # TODO: add sparse back in, once Numba works with the development version of
14
+ # NumPy again: https://github.com/pydata/xarray/issues/4146
13
15
- bash : |
14
16
source activate xarray-tests
15
17
conda uninstall -y --force \
23
25
cftime \
24
26
rasterio \
25
27
pint \
26
- bottleneck
28
+ bottleneck \
29
+ sparse
27
30
python -m pip install \
28
31
-i https://pypi.anaconda.org/scipy-wheels-nightly/simple \
29
32
--no-deps \
You can’t perform that action at this time.
0 commit comments