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 ffc55ae commit 332abf9Copy full SHA for 332abf9
1 file changed
.circleci/config.yml
@@ -87,7 +87,7 @@ commands:
87
python -m pip install --upgrade --user wheel
88
python -m pip install --upgrade --user 'setuptools!=60.6.0'
89
90
- deps-install:
+ doc-deps-install:
91
parameters:
92
numpy_version:
93
type: string
@@ -175,8 +175,8 @@ jobs:
175
- fonts-install
176
- pip-install
177
178
- - deps-install
179
- mpl-install
+ - doc-deps-install
180
181
- doc-build
182
0 commit comments