File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ jobs:
115115 docker run -d --name oracledb -e ORACLE_PWD=oracle -v ${{ github.workspace }}/tests/data/oracle/init-db:/opt/oracle/scripts/startup -p 1521:1521 container-registry.oracle.com/database/express:21.3.0-xe
116116 - name : Install requirements 📦
117117 run : |
118+ gdalinfo --version
119+ echo gdal-config --version
118120 pip3 install setuptools
119121 pip3 install -r requirements.txt
120122 pip3 install -r requirements-admin.txt
@@ -124,7 +126,7 @@ jobs:
124126 pip3 install -r requirements-manager.txt
125127 pip3 install -r requirements-django.txt
126128 pip3 install .
127- # pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
129+ pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==`gdal-config --version`
128130 - name : setup test data ⚙️
129131 run : |
130132 python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
You can’t perform that action at this time.
0 commit comments