Test for MNE-Tools actions#13971
Conversation
|
Have now tested here all the actions implemented so far in mne-tools, save the old env checking. There are a couple differences between what happens currently and what the actions do, but only cosmetic, nothing that should affect the function. A summary of differences below: Syncing dependencies to env yaml
Citation generation
AFAIK, there isn't a way to get
Codemeta generation
|
|
Those whitespace changes would be okay but in its current form this is a bit tough to review since it just shows a |
|
mne-tools/mne-tools#20 (comment) Have updated keywords, description, and platform info in Have also replaced the use of local |
Want to give a run at a targeted GitHub-wide search? Searching specifically for a |
| ./tools/setup_xvfb.sh | ||
| curl https://raw.githubusercontent.com/tsbinns/mne-tools/add_tools/tools/setup_xvfb.sh -o setup_xvfb.sh | ||
| chmod +x setup_xvfb.sh | ||
| ./setup_xvfb.sh |
There was a problem hiding this comment.
I chose to get the setup_xvfb.sh script in mne-tools within this file rather than as a prior step in the workflow, as I know at least one case outside of MNE-Python (MNE-Connectivity) where circleci_bash_env.sh script is used, so this prevents maintainers of other packages having to make sure setup_xvfb.sh from mne-tools is available.
I'd argue this script could also be a contender to move to mne-tools at some point, since it is used by at least 1 other MNE package.
Testing to get an idea of how the actions being implemented in MNE-Tools behave (mne-tools/mne-tools#20).