All checks were successful
Build and Test / build (push) Successful in 1h7m24s
Silo origin was not appearing in the origin selector because silo_origin.py used a relative import (from .silo_commands) which fails since the directory is not a Python package. Updated submodule includes the fix to use absolute imports.