Cache pip in CI
This commit is contained in:
parent
a6bd6e130a
commit
21e3e3b82d
@ -4,7 +4,9 @@ language: python
|
|||||||
python: 3.8
|
python: 3.8
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
- "$HOME/.cache/pip"
|
||||||
- "./tests/artifacts"
|
- "./tests/artifacts"
|
||||||
|
- "$HOME/datasets"
|
||||||
install:
|
install:
|
||||||
- pip install .[all] --progress-bar off
|
- pip install .[all] --progress-bar off
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user