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 4748d65 commit 2be1292Copy full SHA for 2be1292
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
env:
62
CIBW_SKIP: "pp* *-musllinux*"
63
CIBW_BEFORE_BUILD: >
64
- python -c "import utils; utils.GeosLibrary(${{ env.GEO_VERSION }}).build('extern', njobs=16)"
+ python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
65
CIBW_ENVIRONMENT: >
66
GEOS_DIR={project}/extern
67
SETUPTOOLS_USE_DISTUTILS=stdlib
0 commit comments