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 4b311a2 commit e1977a4Copy full SHA for e1977a4
1 file changed
.circleci/config.yml
@@ -99,13 +99,8 @@ commands:
99
python -m pip install --user \
100
numpy<< parameters.numpy_version >> codecov coverage \
101
-r requirements/doc/doc-requirements.txt
102
-
103
- mpl-theme-install:
104
- steps:
105
- - run:
106
- name: Install mpl-sphinx-theme dev
107
- command: |
108
- pip install git+https://github.com/matplotlib/mpl-sphinx-theme.git
+ python -m pip install --user \
+ git+https://github.com/matplotlib/mpl-sphinx-theme.git
109
110
mpl-install:
111
steps:
0 commit comments