From 690e6ed49b3ec2be8fce7c8608d0e416cf6eff40 Mon Sep 17 00:00:00 2001 From: Marwan Zouinkhi Date: Wed, 23 Oct 2024 11:05:43 +0200 Subject: [PATCH] fix bug no kernel found --- .github/workflows/docs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 194ffa268..fedadc494 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,7 +17,9 @@ jobs: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: install dacapo # run: pip install .[docs] - run: pip install sphinx-autodoc-typehints sphinx-autoapi sphinx-click sphinx-rtd-theme myst-parser jupytext ipykernel nbsphinx + run: | + pip install sphinx-autodoc-typehints sphinx-autoapi sphinx-click sphinx-rtd-theme myst-parser jupytext ipykernel nbsphinx + python -m ipykernel install --user --name python3 - name: parse notebooks run: jupytext --to notebook --execute ./docs/source/notebooks/*.py - name: remove notebook scripts