From 5d9311e12e874e3079695b2751552db8f479f1a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gijs=20Vermari=C3=ABn?= Date: Fri, 11 Oct 2024 23:53:22 +0200 Subject: [PATCH] Try another kernel name --- .github/workflows/notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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