Skip to content

Commit 9041766

Browse files
authored
Merge pull request #23541 from oscargus/docbuildreordering
Change doc-build CI install order
2 parents ffc55ae + 332abf9 commit 9041766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ commands:
8787
python -m pip install --upgrade --user wheel
8888
python -m pip install --upgrade --user 'setuptools!=60.6.0'
8989
90-
deps-install:
90+
doc-deps-install:
9191
parameters:
9292
numpy_version:
9393
type: string
@@ -175,8 +175,8 @@ jobs:
175175
- fonts-install
176176
- pip-install
177177

178-
- deps-install
179178
- mpl-install
179+
- doc-deps-install
180180

181181
- doc-build
182182

0 commit comments

Comments
 (0)