We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e826f commit 34b23aeCopy full SHA for 34b23ae
.github/workflows/build.yml
@@ -75,7 +75,6 @@ jobs:
75
GEOS_DIR=${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern' || '/extern' }}
76
CFLAGS=-I${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\include' || '/extern/include' }}
77
LDFLAGS=-L${{ github.workspace }}${{ runner.os == 'Windows' && '\\extern\\lib' || '/extern/lib' }}
78
- GEOS_DIR=/project/extern
79
CIBW_TEST_COMMAND: >
80
cd {project}
81
pip install pytest
0 commit comments