Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
f7399e2b
"git@developer.sourcefind.cn:OpenDAS/torch-scatter.git" did not exist on "0e765a39df606e35810fd2197e84ce0a19649d34"
Commit
f7399e2b
authored
Oct 21, 2019
by
rusty1s
Browse files
virtualenv
parent
fb337055
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
.travis.yml
.travis.yml
+8
-3
No files found.
.travis.yml
View file @
f7399e2b
...
@@ -18,13 +18,18 @@ jobs:
...
@@ -18,13 +18,18 @@ jobs:
addons
:
addons
:
homebrew
:
homebrew
:
packages
:
python3
packages
:
python3
cache
:
directories
:
-
$HOME/Library/Caches/Homebrew
-
/usr/local/Homebrew
before_install
:
-
python3 -m pip install --upgrade virtualenv
-
virtualenv -p python3 --system-site-packages "$HOME/venv"
-
source "$HOME/venv/bin/activate"
env
:
env
:
-
MACOSX_DEPLOYMENT_TARGET=10.9
-
MACOSX_DEPLOYMENT_TARGET=10.9
-
CC=clang
-
CC=clang
-
CXX=clang++
-
CXX=clang++
before_install
:
-
alias pip=pip3
-
alias python=python3
install
:
install
:
-
pip install numpy
-
pip install numpy
-
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-
pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment