install tox

This commit is contained in:
Patrick Kanzler 2021-10-30 22:15:23 +02:00
parent 813d3f8edc
commit 177e6f1f74

View File

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