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 b48703a commit 810567bCopy full SHA for 810567b
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
--global-option=build_ext
73
--global-option="-I{project}/extern/include"
74
--global-option="-L{project}/extern/lib"
75
- CIBW_SKIP: "pp* *-musllinux*"
+ CIBW_SKIP: "pp* *-musllinux*"
76
CIBW_BEFORE_BUILD: >
77
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
78
CIBW_ENVIRONMENT: >
0 commit comments