Skip to content

Commit

Permalink
trying to submodule only wxflow and gsi_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcguinness committed May 31, 2024
1 parent f45caca commit b457a9f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ jobs:
echo $SHELL
python --version
sudo mkdir -p /work/noaa
cd $GITHUB_WORKSPACE
git submodule update --init --recursive sorc/wxflow
git submodule update --init --recursive sorc/gsi_utils.fd
cd $GITHUB_WORKSPACE/sorc/wxflow
git checkout develop
git submodule update --init
cd $GITHUB_WORKSPACE/sorc/gsi_utils.fd
git submodule update --init
cd $GITHUB_WORKSPACE/sorc
./link_workflow.sh
cd $GITHUB_WORKSPACE/ci/scripts/tests
Expand Down

0 comments on commit b457a9f

Please sign in to comment.