Skip to content

Commit

Permalink
Install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen committed Feb 20, 2020
1 parent b1727ee commit a6a31e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines/azure-pipelines-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
python --version
displayName: 'Debug information'
- script: |
sudo apt-get update
sudo apt-get install -y pandoc
displayName: 'Install external libraries'
- script: |
python -m pip install --upgrade pip
python -m pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit a6a31e7

Please # to comment.