Skip to content

Commit 2f60d2e

Browse files
committed
TST: Do not remove fMRI notebook from list of discovered notebooks
Do not remove fMRI notebook from list of discovered notebooks: this will allow running the notebook at the time scheduled by the `notebooks.yml` GHA workflow file.
1 parent 1cef030 commit 2f60d2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/run_notebooks.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@
2727

2828
# Find and run the notebooks
2929
notebooks = glob.glob("docs/notebooks/*.ipynb")
30-
# Make bold_realignment.ipynb Jupyter notebook an exception as it involves running a realignment
31-
# process for several DataLad datasets, which requires long running times.
32-
notebooks.remove("docs/notebooks/bold_realignment.ipynb")
3330

3431
sys.exit(subprocess.call(["pytest", "--nbmake"] + notebooks))

0 commit comments

Comments
 (0)