Skip to content
Snippets Groups Projects
Commit dd1ad185 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Use pip install, not conda install for examples deps

parent 4f8c9f88
Loading
Pipeline #272770 passed
......@@ -98,7 +98,9 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_conda_env
conda install matplotlib ipykernel nbconvert
# ipython_genutils for https://github.com/jupyter/nbconvert/issues/1725
with_echo pip install matplotlib ipykernel nbconvert ipython_genutils
install_ispc
......
......@@ -118,7 +118,10 @@ Pytest POCL Examples:
. ./ci-support-v0
build_py_project_in_venv
pip install matplotlib ipykernel nbconvert
# ipython_genutils for https://github.com/jupyter/nbconvert/issues/1725
pip install matplotlib ipykernel nbconvert ipython_genutils
install_ispc
. ./.ci/examples-funcs.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment