Skip to content

Commit

Permalink
srt does not work with most recent cime, cmeps requires most recent c…
Browse files Browse the repository at this point in the history
…deps
  • Loading branch information
jedwards4b committed Jan 30, 2024
1 parent 01bf411 commit e155c9a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/srt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,14 @@ jobs:
- name: checkout externals
run: |
pushd cesm
./manage_externals/checkout_externals ccs_config cdeps cime share mct cpl7 parallelio
# manage_externals does not work with the latest cime versions
git clone https://github.com/ESMCI/cime
cd cime
git submodule update --init
cd ../
./manage_externals/checkout_externals ccs_config cdeps share mct cpl7 parallelio
cd components/cdeps
git checkout main
- name: Cache ESMF
id: cache-esmf
Expand Down

0 comments on commit e155c9a

Please sign in to comment.