diff --git a/.github/actions/scala_build/action.yml b/.github/actions/scala_build/action.yml index 08fc67de6..a7a29f34e 100644 --- a/.github/actions/scala_build/action.yml +++ b/.github/actions/scala_build/action.yml @@ -19,6 +19,8 @@ runs: - name: Add packaged GDAL dependencies shell: bash run : | + which python3 + which python cd python && pip install . # sudo dpkg -i python/mosaic/gdal/gdal_3.10.0-1_amd64.deb || : # sudo apt-get update && sudo apt-get install -f -y