Skip to content

Commit be0411d

Browse files
committed
maint: work around for odc-geo conda
revert this when odc-geo==0.4.7 is in conda
1 parent a9fa06b commit be0411d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
- name: Patch odc-geo
269269
shell: bash
270270
run: |
271-
pip install "git+https://github.com/opendatacube/odc-geo.git@hs-load"
271+
pip install "odc-geo>=0.4.7"
272272
273273
- name: Install in Edit mode
274274
shell: bash
@@ -331,7 +331,7 @@ jobs:
331331
- name: Patch odc-geo
332332
shell: bash
333333
run: |
334-
pip install "git+https://github.com/opendatacube/odc-geo.git@hs-load"
334+
pip install "odc-geo>=0.4.7"
335335
336336
- name: Install wheels for testing
337337
shell: bash

0 commit comments

Comments
 (0)