Skip to content

Commit 12068e9

Browse files
authored
CI: remove pip3 global-option flags (#2154)
Remove global options from GDAL installation command.
1 parent 56403a3 commit 12068e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
pip3 install -r requirements-manager.txt
128128
pip3 install -r requirements-django.txt
129129
pip3 install .
130-
pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
130+
pip3 install GDAL==`gdal-config --version`
131131
- name: setup test data ⚙️
132132
run: |
133133
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid

0 commit comments

Comments
 (0)