File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6161 pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/embargoed"
6262 rm ./docs/embargoed/*.nwb
6363
64+ - name : Testing Higher-Order Notebooks
65+ run : |
66+ pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/higher-order"
67+ rm ./docs/higher-order/*.nwb
68+
6469 - name : Testing Basics Notebooks
6570 run : |
6671 pytest --nbmake --nbmake-timeout=100000 -n=auto "./docs/basics"
7681 pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/first-order"
7782 rm ./docs/first-order/*.nwb
7883
79- - name : Testing Higher-Order Notebooks
80- run : |
81- pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/higher-order"
82- rm ./docs/higher-order/*.nwb
83-
8484 - name : Testing Project Notebooks
8585 run : |
8686 pytest --nbmake --nbmake-timeout=8000 -n=auto "./docs/projects"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mpl-interactions==0.22.0
1414nbmake == 1.5.3
1515neo == 0.13.0
1616numcodecs == 0.11.0
17- numpy == 1.24.3
17+ numpy == 1.26.0
1818nwbwidgets
1919ophys-nway-matching @ git+https://github.com/AllenInstitute/ophys_nway_matching.git
2020pandas == 1.5.2
You can’t perform that action at this time.
0 commit comments