diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index a667ab0..b83100b 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -47,5 +47,6 @@ jobs: fail_ci_if_error: true - name: Test notebook run: | - pip install nbconvert jupyter_client + pip install nbconvert jupyter_client ipykernel + python -m ipykernel install --user jupyter nbconvert --to html --execute lofarimaging.ipynb