Skip to content

Commit

Permalink
add pdoc to dev reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen committed Apr 13, 2024
1 parent 86654e0 commit 5f4be56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip setuptools wheel
pip install -e .
pip install -r requirements-dev.txt
- name: Build docs
run: time meta/documentation.sh
run: bash meta/documentation.sh

- name: Deploy docs
env:
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ ipython
pytest
wheel
setuptools
pdoc

0 comments on commit 5f4be56

Please sign in to comment.