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 56403a3 commit 12068e9Copy full SHA for 12068e9
.github/workflows/main.yml
@@ -127,7 +127,7 @@ jobs:
127
pip3 install -r requirements-manager.txt
128
pip3 install -r requirements-django.txt
129
pip3 install .
130
- pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
+ pip3 install GDAL==`gdal-config --version`
131
- name: setup test data ⚙️
132
run: |
133
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
0 commit comments