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 fa02cc4 commit 89865d1Copy full SHA for 89865d1
.github/workflows/build.yml
@@ -80,6 +80,7 @@ jobs:
80
--cov-report=term --ignore=dist --ignore=build
81
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
82
run: |
83
+ export GEOS_DIR="/project/extern"
84
export CFLAGS="-I/project/extern/include"
85
export LDFLAGS="-L/project/extern/lib"
86
cd ${{ env.PKGDIR }}
0 commit comments