mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2024-12-18 22:07:51 +00:00
Fix Travis build by installing the python package wheel
(see https://github.com/pypa/setuptools/issues/1934)
This commit is contained in:
parent
84b70f64dd
commit
d1d8e8f08b
@ -9,6 +9,7 @@ install:
|
||||
- sudo apt-get install python3
|
||||
- sudo apt-get install python3-pip
|
||||
- sudo pip3 install --upgrade setuptools
|
||||
- sudo pip3 install wheel # see https://github.com/pypa/setuptools/issues/1934
|
||||
# install python filters
|
||||
- pip3 install pandoc-latex-environment
|
||||
# packages needed for the template
|
||||
|
Loading…
Reference in New Issue
Block a user