From 60bd8fc56a893c9dece7d80e14867c8e730b39b0 Mon Sep 17 00:00:00 2001 From: Cathy Hu Date: Sat, 12 Sep 2020 19:28:32 +0200 Subject: [PATCH] [misc] Fix documentation github action --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 404ec3b..27a32a1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -27,6 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install . pip install pdoc3 - name: Build documentation with pdoc3 run: |