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
335feb16
Commit
335feb16
authored
Feb 11, 2020
by
rusty1s
Browse files
windows fix
parent
74a55812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
.travis.yml
.travis.yml
+1
-4
No files found.
.travis.yml
View file @
335feb16
...
@@ -48,20 +48,17 @@ jobs:
...
@@ -48,20 +48,17 @@ jobs:
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
# env: FORCE_CUDA=0 TORCH=${TORCH_VERSION}
install
:
install
:
-
python3 --version
-
python --version
-
pip3 install --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
-
python3 -c "import torch; print(torch.__version__)"
-
pip3 install flake8
-
pip3 install flake8
-
pip3 install twine cibuildwheel
-
pip3 install twine cibuildwheel
-
python3 setup.py install || python setup.py install
-
python3 setup.py install || python setup.py install
script
:
script
:
-
flake8 .
-
flake8 .
-
python3 setup.py test
-
python3 setup.py test
|| python setup.py install
-
python3 -m cibuildwheel --output-dir wheelhouse
-
python3 -m cibuildwheel --output-dir wheelhouse
-
ls wheelhouse
-
ls wheelhouse
notifications
:
notifications
:
...
...
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