Spin e2e tests are currently failing because they expect to find a template on main (because the SUT Spin doesn't match any template tag). Some docs also guide users to expect to find a template here (although the tags will satisfy users on releases who simply run spin templates install) This temporarily places the py2wasm/SDK1 template on main to cover for while we create a componentize-py / SDK2.
(If we have a new template ready to go then that's a better solution than this.)
Spin e2e tests are currently failing because they expect to find a template on main (because the SUT Spin doesn't match any template tag). Some docs also guide users to expect to find a template here (although the tags will satisfy users on releases who simply run
spin templates install
) This temporarily places thepy2wasm
/SDK1 template on main to cover for while we create acomponentize-py
/ SDK2.(If we have a new template ready to go then that's a better solution than this.)