mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Install pandoc during tests on Travis and Appveyor
This commit is contained in:
parent
4729e21184
commit
724d03ea20
2 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,8 @@ install:
|
|||
# /usr/local/share/jupyter. This installs one with an absolute path using our
|
||||
# python3
|
||||
- sudo python3.6 -m ipykernel.kernelspec
|
||||
# Install additional packages needed by the tests
|
||||
- sudo apt-get install pandoc
|
||||
before_script:
|
||||
# Ensure Jupyter runtime dir can be written to
|
||||
- mkdir -p $(jupyter --runtime-dir)
|
||||
|
|
|
@ -33,6 +33,8 @@ install:
|
|||
- if not exist C:\Miniconda3-x64\envs\jupyter conda create --name jupyter python=%JUPYTER_PYTHON_VERSION%
|
||||
- conda activate jupyter
|
||||
- conda install jupyter
|
||||
# Install additional packages needed by tests
|
||||
- conda install -c conda-forge pandoc
|
||||
# Ensure Jupyter runtime dir can be written to
|
||||
- ps: mkdir -p (jupyter --runtime-dir)
|
||||
- jupyter --version
|
||||
|
|
Loading…
Add table
Reference in a new issue