diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c496398..dc814d9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -23,6 +23,10 @@ jobs: with: python-version: 3.11 + - name: Install dependencies + run: | + pip install jupyter-book + # Build the book - name: Build the book run: |