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 fcb8289 commit 403c521Copy full SHA for 403c521
.github/workflows/basemap-for-windows.yml
@@ -166,6 +166,7 @@ jobs:
166
cd ${{ env.PKGDIR }}
167
$env:GEOS_DIR = "$env:GITHUB_WORKSPACE/${{ env.PKGDIR }}/extern"
168
$env:NUMPY_INCLUDE_PATH = "$env:GITHUB_WORKSPACE/${{ env.PKGDIR }}/extern/include"
169
+ $env:SETUPTOOLS_USE_DISTUTILS = "stdlib"
170
pip install -r requirements-setup.txt
171
python setup.py sdist
172
pip wheel -w dist --no-deps (Get-Item dist/*.zip)
0 commit comments