Skip to content

Commit

Permalink
Added diskannpy to the env for pdoc to use
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmclean committed Aug 2, 2023
1 parent ca0b81a commit 1be0545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: 3.9
- name: "Run Reference Documentation Generation"
run: |
pip install pdoc pipdeptree
pip install diskannpy pdoc pipdeptree
echo "documentation" > dependencies_documentation.txt
pipdeptree >> dependencies_documentation.txt
pdoc -o docs/python/html diskannpy
Expand Down

0 comments on commit 1be0545

Please sign in to comment.