alan-turing-institute / TimeSeriesClassification.jl

Machine Learning with Time Series in Julia
MIT License
27 stars 5 forks source link

Move from Travis CI to GitHub Actions CI #16

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

cc: @ablaom @tlienart

DilumAluthge commented 3 years ago

@ablaom @tlienart This is ready to merge.

ablaom commented 3 years ago

@DilumAluthge Couldn't figure out why ci is not being triggered here. Any idea?

DilumAluthge commented 3 years ago

First, double check that Actions are enabled on this repo.

https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository

If they are, then usually merged the PR into master will enable the workflow.

ablaom commented 3 years ago

Will do.

Unrelated note: Locally this PR is failing because of a LossFunctions bug with workaround in https://github.com/alan-turing-institute/MLJBase.jl/pull/466 .