From 21e3e3b82d5e2d42939f0f2d701a377e93188f6d Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Tue, 25 May 2021 16:43:48 +0200 Subject: [PATCH] Cache pip in CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bee775c..77f8083 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ language: python python: 3.8 cache: directories: + - "$HOME/.cache/pip" - "./tests/artifacts" + - "$HOME/datasets" install: - pip install .[all] --progress-bar off