Commit 5f5da2c1 authored by Ruilong Li's avatar Ruilong Li
Browse files

fix

parent 5307cd6c
...@@ -11,6 +11,8 @@ jobs: ...@@ -11,6 +11,8 @@ 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
BUILD_NO_CUDA=1 pip install .
- name: Sphinx build - name: Sphinx build
run: | run: |
sphinx-build docs/source _build sphinx-build docs/source _build
......
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