Pull Request №16 RosettaCommons/rosetta/main ← roccomoretti/rosetta/fix_submodule2
Merge: 783d3ed95db62d562267c322db5fdee38229d7a2←829d54514bd4fb2c6c9c912d549b8e7ec8cd30c8
Attempt to fix the submodule_regression test
----------------
Merge commit message:
Attempt to fix the submodule_regression test
A number of submodules are currently failing the submodule_regression
test with "NO PRIMARY BRANCH TO TEST!" messages -- this is due to not
having the proper origin/main branch to test against.
I think this can be fixed by doing a `git fetch` in the submodule after
we run a `git submodule sync`, just to make sure the info for the
current URL is up-to-date.