We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81e3bf commit 59ced61Copy full SHA for 59ced61
.jenkins/build.sh
@@ -15,6 +15,10 @@ sudo apt-get update || sudo apt-get install libgnutls30
15
sudo apt-get update
16
sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev libsox-fmt-all rsync
17
18
+# Install pandoc (does not install from pypi)
19
+sudo apt-get update
20
+sudo apt-get install -y pandoc
21
+
22
# NS: Path to python runtime should already be part of docker container
23
# export PATH=/opt/conda/bin:$PATH
24
rm -rf src
0 commit comments