mirror of https://github.com/tqdm/tqdm.git
CI:specify pandoc dep
This commit is contained in:
parent
7580b90e71
commit
9b08b18ce0
|
@ -106,6 +106,10 @@ jobs:
|
|||
- stage: deploy
|
||||
name: PyPI and GitHub
|
||||
python: 3.7
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- pandoc
|
||||
install:
|
||||
script:
|
||||
- pip install .[dev]
|
||||
|
|
Loading…
Reference in New Issue