diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index dc7c1f9..a1c7790 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -28,4 +28,4 @@ jobs: if [ -f docs/requirements.txt ]; then pip install -r docs/requirements.txt; fi - name: Test notebook run: | - cd docs && runpynb examples + cd docs && runpynb example.ipynb