Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f08de56

Browse files
committed
Add basemap.cm import when testing in workflows
1 parent 579581f commit f08de56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/basemap-for-manylinux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ jobs:
274274
name: Test package
275275
run: |
276276
python -c "from mpl_toolkits.basemap import Basemap"
277+
python -c "from mpl_toolkits.basemap import cm"
277278
278279
upload:
279280
strategy:

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ jobs:
247247
name: Test package
248248
run: |
249249
python -c "from mpl_toolkits.basemap import Basemap"
250+
python -c "from mpl_toolkits.basemap import cm"
250251
251252
upload:
252253
strategy:

0 commit comments

Comments
 (0)