Commit 1add049a authored by Ruilong Li's avatar Ruilong Li
Browse files

fix doc workflow

parent 4f74b4cc
...@@ -11,7 +11,7 @@ jobs: ...@@ -11,7 +11,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install -r docs/requirements.txt pip install -r docs/requirements.txt
pip install torch==2.0.0 --index-url https://download.pytorch.org/whl/cpu pip install torch --index-url https://download.pytorch.org/whl/cpu
BUILD_NO_CUDA=1 pip install . BUILD_NO_CUDA=1 pip install .
- name: Sphinx build - name: Sphinx build
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment