Skip to content

Commit 6443e9b

Browse files
authored
Add SVN Install to the check_input_data_repo CI test (#223)
* Add Upterm Session * Install SVN * With Root * Add Update * Minor COmmet Change
1 parent b1cbe7c commit 6443e9b

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/general-ci-tests.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: General MOM_interface CI
2-
3-
# This CI workflow tests against the following questions:
4-
# 1. Does standalone mom build and run?
5-
# 2. Does it pass the tests/check_default_params.py test?
6-
# 3. Do the scripts in cime_config pass the black formatter?
7-
# Please see Issue #138 for more information
2+
3+
# Please see Issue #138 for more information on this CI workflow
84

95
# Controls when the workflow will run
106
on:
@@ -60,7 +56,7 @@ jobs:
6056
cd $GITHUB_WORKSPACE/CESM/components/mom/
6157
git checkout ${{ github.sha }}
6258
63-
# Build the standalone mom using the macos script. build_examples-ncar doesn't work.
59+
# Build the standalone mom using the ubuntu script.
6460
- name: Build Standalone MOM
6561
run: |
6662
cd $GITHUB_WORKSPACE/CESM/components/mom/standalone/build
@@ -111,10 +107,11 @@ jobs:
111107
steps:
112108
# Checkout the repo
113109
- uses: actions/checkout@v4
114-
110+
115111
# Run the test
116112
- name: Run the check_input_data_repo script
117113
run: |
114+
sudo apt-get update && sudo apt-get install -y subversion
118115
pip install 'svn>=1,<1.1'
119116
python tests/check_input_data_repo.py
120117

0 commit comments

Comments
 (0)