Skip to content

Commit fa973c3

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

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 "odc-geo>=0.4.7"
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 "odc-geo>=0.4.7"
335+
326336
- name: Install wheels for testing
327337
shell: bash
328338
run: |

0 commit comments

Comments
 (0)