Skip to content

Commit

Permalink
maint: undo work-around for odc-geo
Browse files Browse the repository at this point in the history
- correct `odc-geo` is on conda-forge now
  • Loading branch information
Kirill888 committed Jul 1, 2024
1 parent fbbb956 commit 87cf3ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@ jobs:
run: |
echo "/tmp/test_env/bin" >> $GITHUB_PATH
- name: Patch odc-geo
shell: bash
run: |
pip install "odc-geo>=0.4.7"
- name: Install in Edit mode
shell: bash
run: |
Expand Down Expand Up @@ -328,11 +323,6 @@ jobs:
run: |
echo "/tmp/test_env/bin" >> $GITHUB_PATH
- name: Patch odc-geo
shell: bash
run: |
pip install "odc-geo>=0.4.7"
- name: Install wheels for testing
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/test-env-py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- numpy
- pandas
- toolz
- odc-geo
- odc-geo >=0.4.7
- pystac ==1.9.0
- dask ==2023.12.0
- xarray ==2023.12.0
Expand Down

0 comments on commit 87cf3ef

Please sign in to comment.