Skip to content

Commit 71148a9

Browse files
committed
Fixing doc build workflow
ghstack-source-id: f807d07 Pull Request resolved: #314
1 parent 3368ced commit 71148a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
python3 -m pip install setuptools
2121
python3 -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2222
python3 -m pip install matplotlib
23-
python3 -m pip install --user "git+https://github.com/pytorch/data.git"
23+
python3 -m pip install -r requirements.txt
24+
python3 setup.py install
2425
sudo apt-get install -y yarn
2526
- name: Check env
2627
run: echo `which spinx-build`

0 commit comments

Comments
 (0)