This commit is contained in:
Patrick Kanzler 2021-10-30 22:19:36 +02:00
parent 177e6f1f74
commit 5eb87aefa4

View File

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