Skip to content

Commit

Permalink
also fixes doc runjob
Browse files Browse the repository at this point in the history
  • Loading branch information
bananenpampe committed Jul 19, 2024
1 parent ff5e8f1 commit b777c19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
python -m pip install tox
- name: build documentation
env:
# Use the CPU only version of torch when building/running the code
PIP_EXTRA_INDEX_URL: https://download.pytorch.org/whl/cpu
run: tox -e docs

- name: put documentation in the website
Expand Down

0 comments on commit b777c19

Please sign in to comment.