RosettaCommons / rosetta

The Rosetta Bio-macromolecule modeling package.
https://www.rosettacommons.org
Other
159 stars 65 forks source link

Attempt to fix the submodule_regression test #16

Closed roccomoretti closed 9 months ago

roccomoretti commented 9 months ago

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.