mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
179 stars 86 forks source link

Setup CI job to automatically update submodules #26

Open mocleiri opened 3 years ago

mocleiri commented 3 years ago

If something changes in micropython, ulab or tensorflow and it breaks our build I want to know. At the moment the sub modules stay at some specific version until updated.

Lets create a new github actions job that will run daily and make a commit if the submodule branches have new commits on them.