diff options
| author | mattip <matti.picus@gmail.com> | 2022-03-25 08:54:11 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2022-03-25 08:54:11 +0300 |
| commit | 5978ea96eec8c290ceafe8f55f3458c0cfb237c5 (patch) | |
| tree | d4e3422391825dbab9ed08eb972429b15c6d4377 | |
| parent | 2c89e154c5130de2c49c4af7bf8ca83779861ae8 (diff) | |
| download | numpy-5978ea96eec8c290ceafe8f55f3458c0cfb237c5.tar.gz | |
MAINT: use doc_requirements.txt in azure build
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e65f9a20..d7f00f0a0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -173,7 +173,8 @@ stages: displayName: 'Install tools' - script: | python -m pip install -r test_requirements.txt - python -m pip install vulture docutils sphinx==2.2.0 numpydoc + python -m pip install vulture + python -m pip install -r doc_requirements.txt displayName: 'Install dependencies; some are optional to avoid test skips' - script: /bin/bash -c "! vulture . --min-confidence 100 --exclude doc/,numpy/distutils/ | grep 'unreachable'" displayName: 'Check for unreachable code paths in Python modules' |
