File tree Expand file tree Collapse file tree 2 files changed +1
-48
lines changed Expand file tree Collapse file tree 2 files changed +1
-48
lines changed Original file line number Diff line number Diff line change @@ -119,51 +119,6 @@ commands:
119119#
120120
121121jobs :
122- docs-python37 :
123- docker :
124- - image : circleci/python:3.7
125- steps :
126- - checkout
127-
128- - apt-install
129- - fonts-install
130- - pip-install
131-
132- - deps-install
133- - mpl-install
134-
135- - doc-build
136-
137- - doc-bundle
138-
139- - store_artifacts :
140- path : doc/build/html
141- - store_test_results :
142- path : doc/build/test-results
143-
144- docs-python38-min :
145- docker :
146- - image : circleci/python:3.8
147- steps :
148- - checkout
149-
150- - apt-install
151- - fonts-install
152- - pip-install
153-
154- - deps-install :
155- numpy_version : " ==1.17.3"
156- - mpl-install
157-
158- - doc-build
159-
160- - doc-bundle
161-
162- - store_artifacts :
163- path : doc/build/html
164- - store_test_results :
165- path : doc/build/test-results
166-
167122 docs-python38 :
168123 docker :
169124 - image : circleci/python:3.8
@@ -201,6 +156,4 @@ workflows:
201156 version : 2
202157 build :
203158 jobs :
204- - docs-python37
205159 - docs-python38
206- - docs-python38-min
Original file line number Diff line number Diff line change 99 with :
1010 repo-token : ${{ secrets.GITHUB_TOKEN }}
1111 artifact-path : 0/doc/build/html/index.html
12- circleci-jobs : docs-python37,docs- python38,docs-python38-min
12+ circleci-jobs : docs-python38
You can’t perform that action at this time.
0 commit comments