File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : 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
106on :
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
You can’t perform that action at this time.
0 commit comments