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