Skip to content

Commit 61dcde1

Browse files
committed
Remove outdated step filtering in basemap-for-windows workflow
1 parent 5ac56f5 commit 61dcde1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,15 +236,11 @@ jobs:
236236
name: Install package
237237
run: |
238238
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'
241239
-
242240
name: Test package
243241
run: |
244242
python -c "from mpl_toolkits.basemap import Basemap"
245243
python -c "from mpl_toolkits.basemap import cm"
246-
# We need to skip Py311 x86 because of missing pyproj wheels.
247-
if: matrix.arch != 'x86' || matrix.python-version != '3.11'
248244
249245
upload:
250246
strategy:

0 commit comments

Comments
 (0)