Skip to content

Commit

Permalink
maint: work around for odc-geo conda
Browse files Browse the repository at this point in the history
revert this when odc-geo==0.4.7 is in conda
  • Loading branch information
Kirill888 committed Jun 28, 2024
1 parent 05e40b7 commit fa973c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ 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 @@ -323,6 +328,11 @@ 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

0 comments on commit fa973c3

Please sign in to comment.