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 5ac56f5 commit 61dcde1Copy full SHA for 61dcde1
.github/workflows/basemap-for-windows.yml
@@ -236,15 +236,11 @@ jobs:
236
name: Install package
237
run: |
238
pip install (Get-Item ${{ env.PKGDIR }}/dist/*-win*.whl)
239
- # We need to skip Py311 x86 because of missing pyproj wheels.
240
- if: matrix.arch != 'x86' || matrix.python-version != '3.11'
241
-
242
name: Test package
243
244
python -c "from mpl_toolkits.basemap import Basemap"
245
python -c "from mpl_toolkits.basemap import cm"
246
247
248
249
upload:
250
strategy:
0 commit comments