BayesWatch / pytorch-experiments-template

A pytorch based classification experiments template
GNU General Public License v3.0
5 stars 1 forks source link

Add very simple continuous integration #73

Closed jack-willturner closed 3 years ago

jack-willturner commented 3 years ago

This commit introduces a simple GitHub action to run the pytest suite.

It has several problems:

But it should at least make sure that whenever we pull new things into main we are not breaking the setup instructions.