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 fae0dab commit fb33705Copy full SHA for fb33705
.travis.yml
@@ -22,6 +22,9 @@ jobs:
22
- MACOSX_DEPLOYMENT_TARGET=10.9
23
- CC=clang
24
- CXX=clang++
25
+ before_install:
26
+ - alias pip=pip3
27
+ - alias python=python3
28
install:
29
- pip install numpy
30
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
0 commit comments