Thanks to visit codestin.com Credit goes to github.com
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 e1977a4 commit 3688e00Copy full SHA for 3688e00
1 file changed
.circleci/config.yml
@@ -96,11 +96,11 @@ commands:
96
- run:
97
name: Install Python dependencies
98
command: |
99
+ python -m pip install --no-deps --user \
100
+ git+https://github.com/matplotlib/mpl-sphinx-theme.git
101
python -m pip install --user \
102
numpy<< parameters.numpy_version >> codecov coverage \
103
-r requirements/doc/doc-requirements.txt
- python -m pip install --user \
- git+https://github.com/matplotlib/mpl-sphinx-theme.git
104
105
mpl-install:
106
steps:
0 commit comments