From faf0558b456ca4534b20ff721622fbdc3f141839 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 16:39:05 +0100 Subject: [PATCH] Install torch --- .travis.yml | 1 + tests/travis_install.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf3e50d..47d0e37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/tests/travis_install.sh b/tests/travis_install.sh index 0aa7ff8..272ccfb 100755 --- a/tests/travis_install.sh +++ b/tests/travis_install.sh @@ -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 -- GitLab