Cache pip in CI
This commit is contained in:
parent
a6bd6e130a
commit
21e3e3b82d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user