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
549f646b
Commit
549f646b
authored
Feb 11, 2020
by
rusty1s
Browse files
fix
parent
0368df37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+4
-4
No files found.
.travis.yml
View file @
549f646b
...
@@ -29,22 +29,22 @@ jobs:
...
@@ -29,22 +29,22 @@ jobs:
-
TORCH=${TORCH_VERSION}+cu92
-
TORCH=${TORCH_VERSION}+cu92
-
os
:
windows
-
os
:
windows
language
:
shell
# `language: python` is an error on Travis CI Windows
language
:
shell
# `language: python` is an error on Travis CI Windows
env
:
-
TORCH=${TORCH_VERSION}+cpu
before_install
:
before_install
:
-
choco install python --version 3.6.7
-
choco install python --version 3.6.7
# - os: o
# - os: o
# python: 3.6
# python: 3.6
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
before_
install
:
install
:
-
pip3 --upgrade pip
-
pip3
install
--upgrade pip
-
source install.sh
-
source install.sh
-
pip3 install numpy
-
pip3 install numpy
-
pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
-
pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
-
python -c "import torch; print(torch.__version__)"
-
python -c "import torch; print(torch.__version__)"
-
pip3 install flake8
-
pip3 install flake8
-
pip3 install twine cibuildwheel
-
pip3 install twine cibuildwheel
install
:
-
python3 setup.py install || python setup.py install
-
python3 setup.py install || python setup.py install
script
:
script
:
...
...
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