diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index ac3ba1d..31ae3fb 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -35,6 +35,6 @@ jobs: - name: Test notebooks run: | - pytest -n auto --nbmake --nbmake-timeout=2400 --nbmake-kernel=default notebooks + pytest -n auto --nbmake --nbmake-timeout=2400 --nbmake-kernel=ipykernel notebooks