Skip to content

Commit 5d325a3

Browse files
committed
test
1 parent 5735558 commit 5d325a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)