Skip to content

Commit

Permalink
Modifying python package banch name
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Jan 29, 2024
1 parent 3cdbde8 commit afd1930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setupPythonEnvironment.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit afd1930

Please sign in to comment.