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 3368ced commit 71148a9Copy full SHA for 71148a9
.github/workflows/docs.yml
@@ -20,7 +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 --user "git+https://github.com/pytorch/data.git"
+ python3 -m pip install -r requirements.txt
24
+ python3 setup.py install
25
sudo apt-get install -y yarn
26
- name: Check env
27
run: echo `which spinx-build`
0 commit comments