Skip to content

Commit 9e33072

Browse files
committed
attempt fix path
1 parent 2be1292 commit 9e33072

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
6565
CIBW_ENVIRONMENT: >
6666
GEOS_DIR={project}/extern
67+
CPATH={project}/extern/include
68+
LIBRARY_PATH={project}/extern/lib
69+
LD_LIBRARY_PATH={project}/extern/lib
6770
SETUPTOOLS_USE_DISTUTILS=stdlib
6871
CIBW_TEST_COMMAND: >
6972
cd {project} && python -m pytest --cov="mpl_toolkits.basemap"

0 commit comments

Comments
 (0)