mne-tools / mne-features

MNE-Features software for extracting features from multivariate time series
https://mne-tools.github.io/mne-features/
BSD 3-Clause "New" or "Revised" License
139 stars 32 forks source link

Github Actions #71

Closed jbschiratti closed 2 years ago

jbschiratti commented 2 years ago

Moving from Travis CI to Github Actions.

jbschiratti commented 2 years ago

I think that it's good to go, unless you think that we should include more versions of Python in the workflow (as it is, we only test for Python 3.8).

agramfort commented 2 years ago

I don’t see the CIs running. Here. Can you make sure it’s running on pull request. Let’s wait for green CIs before merging

jbschiratti commented 2 years ago

@agramfort The CI is green on my fork (see the result here).

Strangely, Actions are not triggered on this repository yet (probably because there's no .github folder on master).

jasmainak commented 2 years ago

You need to make a pull request from mne-tools not your fork the first time for github actions to work. I haven't found another way to make it work :)

agramfort commented 2 years ago

ok let's merge this and see how it goes on master...

agramfort commented 2 years ago

seems to work

@jbschiratti can you send a PR to update the button in the readme? 🙏