diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ae572ce..40ae17d5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,6 +71,11 @@ jobs: - name: Run Unit Tests run: pytest + + - name: Test notebooks + shell: bash -l {0} + run: | + pytest --no-cov -v --nbmake ipython/*.ipynb - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3