Skip to content

Commit

Permalink
added tests for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Marton Havasi committed Dec 11, 2024
1 parent 9d2160b commit 4333e26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
run: |
coverage run --include='flow_matching/**/*.py' -m unittest discover tests -v
- name: Run notebook tests
run: |
pip install jupyter
for file in examples/*.ipynb; do
jupyter nbconvert --execute --ExecutePreprocessor.timeout=300 "$file"
done
- name: Docstring Lint
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 4333e26

Please sign in to comment.