10000 tst-just-one-circle · ianhi/matplotlib@16217c6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16217c6

Browse files
committed
tst-just-one-circle
1 parent 8c764dc commit 16217c6

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

.circleci/config.yml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -119,51 +119,6 @@ commands:
119119
#
120120

121121
jobs:
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

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
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

0 commit comments

Comments
 (0)
0