From afd1930e456e1aa73130d368fa16579e25ab9e58 Mon Sep 17 00:00:00 2001 From: Christopher Sherman Date: Mon, 29 Jan 2024 11:31:55 -0800 Subject: [PATCH] Modifying python package banch name --- scripts/setupPythonEnvironment.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setupPythonEnvironment.bash b/scripts/setupPythonEnvironment.bash index 8732edf3130..82280362e51 100755 --- a/scripts/setupPythonEnvironment.bash +++ b/scripts/setupPythonEnvironment.bash @@ -98,7 +98,7 @@ then echo "Cloning the GEOS python package repository..." TMP_CLONE_DIR=$(mktemp -d) PACKAGE_DIR=$TMP_CLONE_DIR/geosPythonPackages - git clone --depth 1 --branch main --single-branch https://github.com/GEOS-DEV/geosPythonPackages.git $PACKAGE_DIR + git clone --depth 1 --branch feature/sherman/addCodeFormatChecks --single-branch https://github.com/GEOS-DEV/geosPythonPackages.git $PACKAGE_DIR elif [ ! -d "${PACKAGE_DIR}/geosx_xml_tools_package" ] then echo "The specified package directory does not contain the expected targets."