install pycups packages in doc build

This commit is contained in:
Patrick Kanzler 2023-04-19 22:34:08 +02:00
parent 1626af5def
commit 2b0d57a9c7
1 changed files with 1 additions and 0 deletions

View File

@ -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