Skip to content

Commit 482be32

Browse files
committed
updated CI
1 parent bb9b770 commit 482be32

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ jobs:
7070
7171
- name: Check example notebooks can be read
7272
run: |
73-
python -c "import nbformat; nbformat.read('examples/flowstate_simple_example.ipynb', as_version=4)"
74-
python -c "import nbformat; nbformat.read('examples/model_comparison_example.ipynb', as_version=4)"
75-
python -c "import nbformat; nbformat.read('examples/model_comparison_simple.ipynb', as_version=4)"
73+
python -c "import nbformat; nbformat.read('examples/airpassengers_dataset.ipynb', as_version=4)"
74+
python -c "import nbformat; nbformat.read('examples/toy_example.ipynb', as_version=4)"
75+
python -c "import nbformat; nbformat.read('examples/limix_classification_example.ipynb', as_version=4)"
76+
python -c "import nbformat; nbformat.read('examples/limix_regression_example.ipynb', as_version=4)"
7677
7778
- name: Verify eval package imports
7879
run: |

0 commit comments

Comments
 (0)