From 5eb87aefa43d8953c44eb72d84213b90dcd4c97b Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sat, 30 Oct 2021 22:19:36 +0200 Subject: [PATCH] tox --- .github/workflows/documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 61a52a2..f74a954 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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