NLeSC / noodles

Computational workflow engine, making distributed computing in Python easy!
http://nlesc.github.io/noodles
Apache License 2.0
21 stars 7 forks source link

TST: Switch from Travis CI to GitHub Actions #87

Open BvB93 opened 2 years ago

BvB93 commented 2 years ago

I noticed in https://github.com/NLeSC/noodles/pull/86 that the CI appears to broken. As such, this PR switches from Travis CI to GitHub actions, the latter being quite a bit more stable these days.

BvB93 commented 2 years ago

Hm, the CI ran succesfully in https://github.com/BvB93/noodles/pull/1. Perhaps it fails to register the new workflow untill it's merged?