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 22550f7 commit b48be17Copy full SHA for b48be17
1 file changed
.github/workflows/main.yml
@@ -129,6 +129,7 @@ jobs:
129
pip3 install -r requirements-pubsub.txt
130
pip3 install .
131
pip3 install GDAL==`gdal-config --version`
132
+ pip3 install https://github.com/geopython/pygeofilter/archive/main.zip
133
- name: setup test data ⚙️
134
run: |
135
python3 tests/load_es_data.py tests/data/ne_110m_populated_places_simple.geojson geonameid
0 commit comments