File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ install:
3939 # /usr/local/share/jupyter. This installs one with an absolute path using our
4040 # python3
4141 - sudo python3.6 -m ipykernel.kernelspec
42+ # Install additional packages needed by the tests
43+ - sudo apt-get install pandoc
4244before_script :
4345 # Ensure Jupyter runtime dir can be written to
4446 - mkdir -p $(jupyter --runtime-dir)
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ install:
3333 - if not exist C:\Miniconda3-x64\envs\jupyter conda create --name jupyter python=%JUPYTER_PYTHON_VERSION%
3434 - conda activate jupyter
3535 - conda install jupyter
36+ # Install additional packages needed by tests
37+ - conda install -c conda-forge pandoc
3638 # Ensure Jupyter runtime dir can be written to
3739 - ps : mkdir -p (jupyter --runtime-dir)
3840 - jupyter --version
You can’t perform that action at this time.
0 commit comments