diff --git a/.github/workflows/docs-test.yml b/.github/workflows/docs-test.yml index d05c3bf5..37fd6619 100644 --- a/.github/workflows/docs-test.yml +++ b/.github/workflows/docs-test.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - pip install -e .[dev,docs] + pip install -e .[dev,docs,notebooks] - name: Run tests run: |