File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ before_install:
1717 - export CXX="g++-4.9"
1818install :
1919 - pip install numpy
20- - pip install -q torch
20+ - pip install -q torch -f https://download.pytorch.org/whl/nightly/cpu/torch.html
2121 - pip install pycodestyle
2222 - pip install flake8
2323 - pip install codecov
2424 - pip install sphinx
2525 - pip install sphinx_rtd_theme
2626script :
27+ - python -c "import torch; print(torch.__version__)"
2728 - pycodestyle .
2829 - flake8 .
2930 - python setup.py install
Original file line number Diff line number Diff line change 1- -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly .html
1+ -f https://download.pytorch.org/whl/nightly/cpu/torch .html
22numpy
3- torch_nightly
3+ torch
44sphinx
55sphinx_rtd_theme
You can’t perform that action at this time.
0 commit comments