install pycups packages in doc build
This commit is contained in:
parent
1626af5def
commit
2b0d57a9c7
|
@ -26,6 +26,7 @@ jobs:
|
|||
run:
|
||||
sudo apt-get update -y &&
|
||||
sudo apt-get install -y git python3-sphinx graphviz libenchant-2-2 &&
|
||||
sudo apt-get install -y gcc libcups2-dev python3-dev python3-setuptools
|
||||
sudo pip install tox pycups
|
||||
- name: Test doc build
|
||||
run: tox -e docs
|
||||
|
|
Loading…
Reference in New Issue