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 fb33705 commit f7399e2Copy full SHA for f7399e2
.travis.yml
@@ -18,13 +18,18 @@ jobs:
18
addons:
19
homebrew:
20
packages: python3
21
+ cache:
22
+ directories:
23
+ - $HOME/Library/Caches/Homebrew
24
+ - /usr/local/Homebrew
25
+ before_install:
26
+ - python3 -m pip install --upgrade virtualenv
27
+ - virtualenv -p python3 --system-site-packages "$HOME/venv"
28
+ - source "$HOME/venv/bin/activate"
29
env:
30
- MACOSX_DEPLOYMENT_TARGET=10.9
31
- CC=clang
32
- CXX=clang++
- before_install:
- - alias pip=pip3
- - alias python=python3
33
install:
34
- pip install numpy
35
- pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
0 commit comments