We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36366f8 commit fbbb956Copy full SHA for fbbb956
.github/workflows/main.yml
@@ -265,6 +265,11 @@ jobs:
265
run: |
266
echo "/tmp/test_env/bin" >> $GITHUB_PATH
267
268
+ - name: Patch odc-geo
269
+ shell: bash
270
+ run: |
271
+ pip install "odc-geo>=0.4.7"
272
+
273
- name: Install in Edit mode
274
shell: bash
275
@@ -323,6 +328,11 @@ jobs:
323
328
324
329
325
330
331
332
333
334
335
326
336
- name: Install wheels for testing
327
337
338
0 commit comments