Skip to content

Commit 87cf3ef

Browse files
committed
maint: undo work-around for odc-geo
- correct `odc-geo` is on conda-forge now
1 parent fbbb956 commit 87cf3ef

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/main.yml

-10
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ 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-
273268
- name: Install in Edit mode
274269
shell: bash
275270
run: |
@@ -328,11 +323,6 @@ jobs:
328323
run: |
329324
echo "/tmp/test_env/bin" >> $GITHUB_PATH
330325
331-
- name: Patch odc-geo
332-
shell: bash
333-
run: |
334-
pip install "odc-geo>=0.4.7"
335-
336326
- name: Install wheels for testing
337327
shell: bash
338328
run: |

tests/test-env-py310.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- numpy
1717
- pandas
1818
- toolz
19-
- odc-geo
19+
- odc-geo >=0.4.7
2020
- pystac ==1.9.0
2121
- dask ==2023.12.0
2222
- xarray ==2023.12.0

0 commit comments

Comments
 (0)