Cache pip in CI

This commit is contained in:
Alexander Engelsberger 2021-05-25 16:43:48 +02:00
parent a6bd6e130a
commit 21e3e3b82d

View File

@ -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