We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dccf2ea commit 62222d1Copy full SHA for 62222d1
.circleci/config.yml
@@ -98,7 +98,7 @@ commands:
98
name: Install Python dependencies
99
command: |
100
python -m pip install --user \
101
- numpy<< parameters.numpy_version >> codecov coverage \
+ numpy<< parameters.numpy_version >> \
102
-r requirements/doc/doc-requirements.txt
103
python -m pip install --no-deps --user \
104
git+https://github.com/matplotlib/mpl-sphinx-theme.git
0 commit comments