File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change 20
20
command : |
21
21
python3 -m venv venv
22
22
. venv/bin/activate
23
- pip install cython sphinx>= 1.8.3 matplotlib
23
+ pip install cython sphinx== 1.8.5 matplotlib
24
24
sudo apt-get update
25
25
sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex
26
26
Original file line number Diff line number Diff line change 81
81
displayName: 'install pre-built openblas'
82
82
- script : python -m pip install --upgrade pip setuptools wheel
83
83
displayName : ' Install tools'
84
- - script : python -m pip install cython nose pytz pytest pickle5 vulture docutils sphinx>= 1.8.3 numpydoc matplotlib
84
+ - script : python -m pip install cython nose pytz pytest pickle5 vulture docutils sphinx== 1.8.5 numpydoc matplotlib
85
85
displayName : ' Install dependencies; some are optional to avoid test skips'
86
86
- script : /bin/bash -c "! vulture . --min-confidence 100 --exclude doc/,numpy/distutils/ | grep 'unreachable'"
87
87
displayName : ' Check for unreachable code paths in Python modules'
You can’t perform that action at this time.
0 commit comments