Skip to content

Commit a9fa06b

Browse files
committed
drop me: force odc-geo from hs-load branch
1 parent 05e40b7 commit a9fa06b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

+10
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,11 @@ jobs:
265265
run: |
266266
echo "/tmp/test_env/bin" >> $GITHUB_PATH
267267
268+
- name: Patch odc-geo
269+
shell: bash
270+
run: |
271+
pip install "git+https://github.com/opendatacube/odc-geo.git@hs-load"
272+
268273
- name: Install in Edit mode
269274
shell: bash
270275
run: |
@@ -323,6 +328,11 @@ jobs:
323328
run: |
324329
echo "/tmp/test_env/bin" >> $GITHUB_PATH
325330
331+
- name: Patch odc-geo
332+
shell: bash
333+
run: |
334+
pip install "git+https://github.com/opendatacube/odc-geo.git@hs-load"
335+
326336
- name: Install wheels for testing
327337
shell: bash
328338
run: |

0 commit comments

Comments
 (0)