From 3beff1763c3c632d5cd0f3d2ab38e5c4f39ab02b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sat, 10 Sep 2022 12:34:15 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44141794b..a409deb3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ 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 hypothesis + - conda install -y astunparse numpy ninja pyyaml setuptools cmake cffi typing_extensions future six requests dataclasses hypothesis expecttest - conda install -y pytorch - git clone --recursive https://github.com/pytorch/pytorch - #export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}