From 0034191febb483a2a83a424f4b1ebafa62ec932a Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Sep 2022 11:26:04 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d1deeee3..44141794b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,8 @@ matrix: - conda init - #conda create condas - conda activate #condas - - conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses torch hypothesis + - conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses hypothesis + - conda install -y pytorch - git clone --recursive https://github.com/pytorch/pytorch - #export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"} - cd pytorch