Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr authored Mar 30, 2024
1 parent 085fee2 commit 6dd11e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:

- name: Install Sphinx & Dependencies
run: pip install sphinx sphinx_markdown_builder sphinx_rtd_theme sphinx-argparse m2r
- name: Install bean
run: |
python -m pip install --upgrade pip
pip install torch==1.12.1+cpu torchvision==0.13.1+cpu torchaudio==0.12.1 --extra-index-url https://download.pytorch.org/whl/cpu
pip install -r requirements.txt
pip install -e .
- name: Build Documentation
run: cd "$GITHUB_WORKSPACE/docs" && sphinx-build . _build

Expand Down

0 comments on commit 6dd11e1

Please sign in to comment.