From e6cfe62beaf1bacc4a1d00501595a495955bcae4 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 8 Jun 2025 15:00:18 +0200 Subject: [PATCH] fix: add missing dependencies Fixes https://github.com/thingsapi/things.py/issues/136 --- .github/workflows/github-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index c218a2c..a4c2580 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -21,8 +21,7 @@ jobs: make deps-install - name: Run docs run: | - pip install pytest - pip install pdoc + pip install pytest pdoc macholib modulegraph make doc - name: Commit files run: |