Skip to content

Commit 34b23ae

Browse files
committed
remove typo
1 parent 91e826f commit 34b23ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
GEOS_DIR=${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern' || '/extern' }}
7676
CFLAGS=-I${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\include' || '/extern/include' }}
7777
LDFLAGS=-L${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\lib' || '/extern/lib' }}
78-
GEOS_DIR=/project/extern
7978
CIBW_TEST_COMMAND: >
8079
cd {project}
8180
pip install pytest

0 commit comments

Comments
 (0)