diff --git a/build.sh b/build.sh
index fa28da722146371a8b4979130a096a001830843e..b8cbd551d482b99fccec3e19ad2aa58ac2eb9a7e 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