From 15218a14b6d14b847b0b91360ea02de6d582b532 Mon Sep 17 00:00:00 2001 From: Riccardo Bertossa Date: Wed, 1 Nov 2023 22:47:51 +0000 Subject: [PATCH] forgot to add ipykerne dep also on windows ci --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index e3e114773..e03937f19 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -103,5 +103,5 @@ jobs: # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: | copy ${{github.workspace}}/build/${{env.BUILD_TYPE}}/pyanalisi* . - pip install pytest pytest-regressions pandas matplotlib numpy scipy testbook k3d + pip install pytest pytest-regressions pandas matplotlib numpy scipy testbook k3d ipykernel pytest -sv .