We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41595f commit 0d36e31Copy full SHA for 0d36e31
.github/workflows/docs.yml
@@ -20,8 +20,8 @@ jobs:
20
python3 -m pip install setuptools
21
python3 -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
22
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
+ python3 -m pip install -r requirements.txt
+ python3 setup.py install
25
sudo apt-get install -y yarn
26
- name: Check env
27
run: echo `which spinx-build`
0 commit comments