Skip to content

Commit

Permalink
update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LegionKing committed Dec 3, 2023
1 parent 8c60b1a commit 556ca50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3

- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser
pip install -e .[documentation]
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install -e .
- name: Sphinx build
run: |
sphinx-quickstart
Expand Down

0 comments on commit 556ca50

Please sign in to comment.