diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index 916e072..f70cecf 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -28,4 +28,4 @@ jobs: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Running BasicUsage.ipynb run: | - pytest --nbval-lax examples/BasicUsage.ipynb + pytest --nbval-lax examples/*.ipynb