Skip to content

Commit e65784f

Browse files
fix: add missing dependencies
Fixes #136
1 parent 39cdd20 commit e65784f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
make deps-install
2222
- name: Run docs
2323
run: |
24-
pip install pytest
25-
pip install pdoc
24+
pip install pytest pdoc macholib modulegraph
2625
make doc
2726
- name: Commit files
2827
run: |

0 commit comments

Comments
 (0)