Skip to content

Commit

Permalink
add cprnc checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 28, 2023
1 parent 952b815 commit 44f038c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Checkout cprnc
uses: actions/checkout@v2
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
Expand Down

0 comments on commit 44f038c

Please sign in to comment.