Skip to content

Commit

Permalink
Fix documentation workflow (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lubbersnick authored Sep 20, 2024
1 parent ad3680d commit 4d0f534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"

- name: Install dependencies and package
run: >-
pip3 install -U sphinx sphinx_rtd_theme graphviz ase torch --extra-index-url https://download.pytorch.org/whl/cpu && pip install .
python -m pip install .[docs] --extra-index-url https://download.pytorch.org/whl/cpu
- name: Build docs
run: |
Expand Down

0 comments on commit 4d0f534

Please sign in to comment.