install pycups on docbuild

This commit is contained in:
Patrick Kanzler 2023-04-19 22:27:03 +02:00
parent 709d90809c
commit e4a73ad5c5
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ jobs:
run: run:
sudo apt-get update -y && sudo apt-get update -y &&
sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a && sudo apt-get install -y git python3-sphinx graphviz libenchant1c2a &&
sudo pip install tox sudo pip install tox pycups
- name: Test doc build - name: Test doc build
run: tox -e docs run: tox -e docs