Skip to content

Commit 0d36e31

Browse files
committed
Update on "Fixing doc build workflow"
Fixing the issue [mentioned here](#290 (comment)). I have ran it on my fork and the build worked: https://github.com/NivekT/data/actions/runs/2023027716 Differential Revision: [D35048050](https://our.internmc.facebook.com/intern/diff/D35048050) [ghstack-poisoned]
1 parent a41595f commit 0d36e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +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 -r https://github.com/raw/pytorch/data/main/requirements.txt
24-
python3 -m pip install --no-build-isolation git+https://github.com/pytorch/data
23+
python3 -m pip install -r requirements.txt
24+
python3 setup.py install
2525
sudo apt-get install -y yarn
2626
- name: Check env
2727
run: echo `which spinx-build`

0 commit comments

Comments
 (0)