Skip to content

Commit

Permalink
MAINT: use doc_requirements.txt in azure build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Mar 25, 2022
1 parent 2c89e15 commit 5978ea9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5978ea9

Please sign in to comment.