Skip to content

Commit 2be1292

Browse files
committed
env variable needs to be a string
1 parent 4748d65 commit 2be1292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
CIBW_SKIP: "pp* *-musllinux*"
6363
CIBW_BEFORE_BUILD: >
64-
python -c "import utils; utils.GeosLibrary(${{ env.GEO_VERSION }}).build('extern', njobs=16)"
64+
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('extern', njobs=16)"
6565
CIBW_ENVIRONMENT: >
6666
GEOS_DIR={project}/extern
6767
SETUPTOOLS_USE_DISTUTILS=stdlib

0 commit comments

Comments
 (0)