From 0572ee592b889a85a1bc87c030aa9e9068a8b2c4 Mon Sep 17 00:00:00 2001 From: James Edwards Date: Tue, 28 Nov 2023 06:00:54 -0700 Subject: [PATCH] add cprnc 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 f0de6cc08d8..f42c732ada6 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout cprnc uses: actions/checkout@v2 with: - repository: https://github.com/ESMCI/cprnc + repository: ESMCI/cprnc path: CIME/non_py/cprnc # Offical action is deprecated in favor of pre-commit.ci # Should evaulate switching or just running manually.