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 ad6346a commit 2433ceaCopy full SHA for 2433cea
4 files changed
.github/workflows/main.yml
@@ -132,6 +132,8 @@ jobs:
132
pip3 install GDAL==`gdal-config --version`
133
- name: setup test data ⚙️
134
run: |
135
+ pybabel compile -d locale -l es
136
+ pybabel compile -d locale -l fr
137
python3 tests/load_oracle_data.py
138
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
139
python3 tests/load_opensearch_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
0 commit comments