diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f69c56d..005aa55 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 "git+https://github.com/opendatacube/odc-geo.git@hs-load" + - 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 "git+https://github.com/opendatacube/odc-geo.git@hs-load" + - name: Install wheels for testing shell: bash run: |