Skip to content

Commit

Permalink
forgot to add ipykerne dep also on windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rikigigi committed Nov 1, 2023
1 parent 7244c8f commit 15218a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 15218a1

Please sign in to comment.