Skip to content

Commit 998d6c7

Browse files
committed
Fix doc generation Github action again
ghstack-source-id: dc47779 Pull Request resolved: #317
1 parent e317be2 commit 998d6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python3 -m pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2222
python3 -m pip install matplotlib
2323
python3 -m pip install -r requirements.txt
24-
python3 setup.py install
24+
python setup.py install --user
2525
sudo apt-get install -y yarn
2626
- name: Check env
2727
run: echo `which spinx-build`

0 commit comments

Comments
 (0)