From c0c852db08806f3392e267757692adb9a77feb51 Mon Sep 17 00:00:00 2001 From: Giuseppe Vettigli Date: Wed, 17 Jan 2024 11:56:23 +0000 Subject: [PATCH] run all examples at once --- .github/workflows/run_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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