From 7ad415f702b5fb3bdf0b2f628884453cb2813c8c Mon Sep 17 00:00:00 2001 From: sllynn Date: Fri, 29 Nov 2024 07:59:07 +0000 Subject: [PATCH] resolve python location? --- .github/actions/scala_build/action.yml | 2 ++ 1 file changed, 2 insertions(+) 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