Skip to content

Commit

Permalink
Try to fix ci build, missing libreoffice UNO dependency - changing st…
Browse files Browse the repository at this point in the history
…rategie
  • Loading branch information
neowutran committed Oct 30, 2020
1 parent 7a64d90 commit a30a66a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@ import:
jobs:
include:
language: python
virtualenv:
system_site_packages: true
python:
- '3.7'
install:
- sudo apt update
- sudo apt install -qq -y libreoffice libreoffice-script-provider-python
- pip install --quiet -r ci/requirements.txt
script:
- python3 -m pylint --rcfile=.pylintrc qubespdfconverter
2 changes: 1 addition & 1 deletion qubespdfconverter/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from dataclasses import dataclass
from tempfile import TemporaryDirectory
import magic
import uno
import uno # pylint: disable=import-error

DEPTH = 8
STDIN_READ_SIZE = 65536
Expand Down

0 comments on commit a30a66a

Please sign in to comment.