From 66410a5457109db7afc96a196786fd6f1d70ed54 Mon Sep 17 00:00:00 2001 From: sllynn Date: Fri, 29 Nov 2024 17:30:30 +0000 Subject: [PATCH] gdal_calc python target? --- .github/actions/scala_build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/scala_build/action.yml b/.github/actions/scala_build/action.yml index afb37ef59..fd8b32cfa 100644 --- a/.github/actions/scala_build/action.yml +++ b/.github/actions/scala_build/action.yml @@ -38,7 +38,7 @@ runs: if: inputs.skip_tests == 'false' shell: bash run: | - python -c 'import numpy as np; print(np.__version__)' + python3 -c 'import numpy as np; print(np.__version__)' sudo mvn -q clean install - name: Build the scala JAR - skip tests is true if: inputs.skip_tests == 'true'