diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f69c56d..f3a6e7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: | @@ -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: |