File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 9898 curl -L -O https://tiker.net/ci-support-v0
9999 . ./ci-support-v0
100100 build_py_project_in_conda_env
101- conda install matplotlib ipykernel nbconvert
101+
102+ # ipython_genutils for https://github.com/jupyter/nbconvert/issues/1725
103+ with_echo pip install matplotlib ipykernel nbconvert ipython_genutils
102104
103105 install_ispc
104106
Original file line number Diff line number Diff line change @@ -118,7 +118,10 @@ Pytest POCL Examples:
118118 . ./ci-support-v0
119119
120120 build_py_project_in_venv
121- pip install matplotlib ipykernel nbconvert
121+
122+ # ipython_genutils for https://github.com/jupyter/nbconvert/issues/1725
123+ pip install matplotlib ipykernel nbconvert ipython_genutils
124+
122125 install_ispc
123126
124127 . ./.ci/examples-funcs.sh
You can’t perform that action at this time.
0 commit comments