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 579581f commit f08de56Copy full SHA for f08de56
.github/workflows/basemap-for-manylinux.yml
@@ -274,6 +274,7 @@ jobs:
274
name: Test package
275
run: |
276
python -c "from mpl_toolkits.basemap import Basemap"
277
+ python -c "from mpl_toolkits.basemap import cm"
278
279
upload:
280
strategy:
.github/workflows/basemap-for-windows.yml
@@ -247,6 +247,7 @@ jobs:
247
248
249
250
251
252
253
0 commit comments