Skip to content

Commit 18b1202

Browse files
committed
dummy
1 parent 9051aa2 commit 18b1202

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
CIBW_BEFORE_BUILD: >
7373
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
7474
CIBW_ENVIRONMENT: >
75+
GEOS_DIR=/project/extern
76+
CFLAGS="-I/project/extern/include"
77+
LDFLAGS="-L/project/extern/lib"
7578
SETUPTOOLS_USE_DISTUTILS=stdlib
7679
CIBW_TEST_COMMAND: >
7780
cd {project}
@@ -80,10 +83,6 @@ jobs:
8083
--cov-report=term --ignore=dist --ignore=build
8184
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
8285
run: |
83-
export GEOS_DIR="/project/extern"
84-
export CFLAGS="-I/project/extern/include"
85-
export LDFLAGS="-L/project/extern/lib"
86-
export LD_LIBRARY_PATH="/project/extern/lib:$LD_LIBRARY_PATH"
8786
cd ${{ env.PKGDIR }}
8887
python -m cibuildwheel --output-dir wheelhouse
8988

0 commit comments

Comments
 (0)