From 2c54a3275ec02589b83a59f229498975ce5a12f5 Mon Sep 17 00:00:00 2001 From: Jason Boutte Date: Thu, 30 Nov 2023 18:09:38 -0800 Subject: [PATCH] Removes cprnc clone to ensure each module correctly uses their own mechanism to checkout --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b32a1dda464..397b7e2d691 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -145,7 +145,7 @@ jobs: fi # Get cprnc - git clone https://github.com/ESMCI/cprnc $INSTALL_PATH/CIME/non_py/cprnc + # git clone https://github.com/ESMCI/cprnc $INSTALL_PATH/CIME/non_py/cprnc source /opt/conda/etc/profile.d/conda.sh conda activate base