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