Open DimitriPapadopoulos opened 6 years ago
You can use GithubActions. It's quite straightforward to implement, you just need to add a yml file in .github/workflows
; have a look at the workflow we use in skglm for example :
https://github.com/scikit-learn-contrib/skglm/blob/main/.github/workflows/main.yml
Indeed, GitHub Actions didn't exist at the time.
For example use Travis.