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 2be1292 commit 9e33072Copy full SHA for 9e33072
.github/workflows/build.yml
@@ -64,6 +64,9 @@ jobs:
64
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
65
CIBW_ENVIRONMENT: >
66
GEOS_DIR={project}/extern
67
+ CPATH={project}/extern/include
68
+ LIBRARY_PATH={project}/extern/lib
69
+ LD_LIBRARY_PATH={project}/extern/lib
70
SETUPTOOLS_USE_DISTUTILS=stdlib
71
CIBW_TEST_COMMAND: >
72
cd {project} && python -m pytest --cov="mpl_toolkits.basemap"
0 commit comments