Skip to content

Commit 06b6f8c

Browse files
committed
attempt add include dir
1 parent 9e33072 commit 06b6f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
CPATH={project}/extern/include
6868
LIBRARY_PATH={project}/extern/lib
6969
LD_LIBRARY_PATH={project}/extern/lib
70+
CFLAGS="-I{project}/extern/include"
7071
SETUPTOOLS_USE_DISTUTILS=stdlib
7172
CIBW_TEST_COMMAND: >
7273
cd {project} && python -m pytest --cov="mpl_toolkits.basemap"

0 commit comments

Comments
 (0)