diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69979f5..a3bc431 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: run: | coverage run --include='flow_matching/**/*.py' -m unittest discover tests -v - - name: Run notebook tests + - name: Run notebooks run: | pip install jupyter for file in examples/*.ipynb; do