CI:specify pandoc dep

This commit is contained in:
Casper da Costa-Luis 2020-01-31 23:07:27 +00:00
parent 7580b90e71
commit 9b08b18ce0
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,10 @@ jobs:
- stage: deploy
name: PyPI and GitHub
python: 3.7
addons:
apt:
packages:
- pandoc
install:
script:
- pip install .[dev]