From 0ae54414817b24780c242004853c2d0465a1639a Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 18 Sep 2022 23:07:05 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a4ca6a1c6..8ef004ecd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,10 @@ matrix: - #mv test test.orig - wget -q https://www.mkroeker.com/pytorchsrc.tbz - travis_wait 20 tar jxf pytorchsrc.tbz + - wget -q https://www.mkroeker.com/pytorchbin.tbz + - cd / + - travis_wait 20 tar jxf /home/travis/pytorchbin.tbz + - cd - - #cd pytorch/build - #rm CMakeCache.txt - #wget https://www.mkroeker.com/CMakeCache.txt