Skip to content

Commit

Permalink
pip install odatse for collect apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Oct 31, 2024
1 parent 0eb91d9 commit 9f381d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install sphinx
cd ${GITHUB_WORKSPACE}/main
python -m pip install '.[all]'
- name: Build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Build
run: |
cd ${GITHUB_WORKSPACE}/main
python -m pip install '.[all]'
cd ${GITHUB_WORKSPACE}/main/doc
sh ./make.sh --latex
Expand Down

0 comments on commit 9f381d5

Please sign in to comment.