Fix caching in CI

This commit is contained in:
Lucidiot 2019-07-06 20:20:40 +02:00
parent b668b0c2e6
commit df2664283c
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ stages:
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
- venv/
before_script:
- pip install virtualenv
- virtualenv venv