diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index b668635..6af3556 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -31,7 +31,7 @@ jobs: run: | poetry install --with dev - name: build books - run: jupyter-book build notebooks + run: poetry run jupyter-book build notebooks - name: Github Pages action uses: peaceiris/actions-gh-pages@v3.6.1 with: