From 1979e4b64627bdc806f39b349d9a812be1de0e54 Mon Sep 17 00:00:00 2001 From: Narayana Rao Bhogapurapu <narayanarao.bhogapurapu@gmail.com> Date: Thu, 3 Oct 2024 20:49:45 -0700 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fa28da7..b8cbd55 100644 --- a/build.sh +++ b/build.sh @@ -28,7 +28,7 @@ pip install pandas scikit-image empatches scikit-learn scipy numpy matplotlib tq # conda run --no-capture-output -n ich PIP_REQUIRE_VENV=0 python -m pip install -e "${basedir}" # Verify the GDAL installation and other package availability -conda run --no-capture-output -n ich python -c ' +conda run --no-capture-output -n python python -c ' try: from osgeo import gdal # import warnings -- GitLab