Skip to content
Snippets Groups Projects
Commit faf0558b authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Install torch

parent de719df6
No related merge requests found
Pipeline #22257 failed with stage
in 1 minute and 41 seconds
......@@ -56,6 +56,7 @@ matrix:
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
install:
- source tests/travis_install.sh
- pip3 install torch
- pip3 install -e .
- pip3 install torch || echo "failed to install machine learning stuff"
before_script:
......
......@@ -44,7 +44,6 @@ fi
# for all
pip3 install -U pip wheel setuptools
pip3 install -U cppimport pybind11
pip3 install tox
pip3 install codecov
pip3 install sphinx
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment