Skip to content

Commit 403c521

Browse files
committed
Fix basemap-for-windows build step if compiling numpy
1 parent fcb8289 commit 403c521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166
cd ${{ env.PKGDIR }}
167167
$env:GEOS_DIR = "$env:GITHUB_WORKSPACE/${{ env.PKGDIR }}/extern"
168168
$env:NUMPY_INCLUDE_PATH = "$env:GITHUB_WORKSPACE/${{ env.PKGDIR }}/extern/include"
169+
$env:SETUPTOOLS_USE_DISTUTILS = "stdlib"
169170
pip install -r requirements-setup.txt
170171
python setup.py sdist
171172
pip wheel -w dist --no-deps (Get-Item dist/*.zip)

0 commit comments

Comments
 (0)