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 2043789 commit d8d3fecCopy full SHA for d8d3fec
1 file changed
.github/workflows/main.yml
@@ -130,7 +130,7 @@ jobs:
130
pip3 install -r requirements-pubsub.txt
131
pip3 install .
132
pip3 install GDAL==`gdal-config --version`
133
- pip3 install https://github.com/geopython/pygeofilter/archive/main.zip
+ pip3 install --force-reinstall https://github.com/geopython/pygeofilter/archive/main.zip
134
- name: setup test data ⚙️
135
run: |
136
pybabel compile -d locale -l es
0 commit comments