From 2d8a0a0db4a825808b7424bd91ba3f098f885adf Mon Sep 17 00:00:00 2001 From: tjlane Date: Fri, 29 Nov 2024 19:42:47 +0000 Subject: [PATCH] install all --- .github/workflows/examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 75764ec..3419a49 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -35,5 +35,5 @@ jobs: - name: Ensure notebooks complete without errors with pytest and nbmake run: | - pip install '.[all]' + pip install '.[tests,notebooks]' pytest --nbmake examples/*ipynb