From b0121c699274a2619e6cb42f476e07db8812d394 Mon Sep 17 00:00:00 2001 From: James Edwards Date: Mon, 27 Nov 2023 19:24:28 -0700 Subject: [PATCH] add cprnc checkout --- .github/workflows/testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4f19d1a0d76..f0de6cc08d8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,8 +42,9 @@ jobs: python-version: 3.9 - name: Checkout cprnc uses: actions/checkout@v2 - repository: https://github.com/ESMCI/cprnc - path: CIME/non_py/cprnc + with: + repository: https://github.com/ESMCI/cprnc + path: CIME/non_py/cprnc # Offical action is deprecated in favor of pre-commit.ci # Should evaulate switching or just running manually. # - name: Runs pre-commit action